.ind-banner{width: 100%; overflow: hidden; z-index: 1; position:relative;} 
.ind-banner .sbg{ position: absolute; left: 0; top: 0; width: 100%; height: 160px; background: url(../images/bg1.png) top repeat-x; z-index: 2; }
.ind-banner .swiper-slide {position: relative; height: 9.2rem; overflow:hidden; background:#fff;}
.ind-banner .swiper-slide .bg{ height: 9.2rem; position: absolute; left: 0; top: 0; width: 100%;}
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -7.68rem; top: 50%; transform: translateY(-50%); } 
.ind-banner .onebox .txt{ font-size: 0.86rem; line-height: 0.86rem; font-weight: bold; }
.ind-banner .onebox .txt em{ display: inline-block; background-image:-webkit-linear-gradient(left,#6f1ff9,#13a9f9);
 background-image:linear-gradient(to right,#6f1ff9,#13a9f9); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.ind-banner .onebox .wen{ font-size: 0.72rem; line-height: 0.72rem; padding-top: 0.2rem; color: #218dff; font-family:light;}
.ind-banner .onebox .msg{ font-size: 0.3rem; line-height: 0.3rem; padding: 0.4rem 0; color: #343434; font-family:light;}
.ind-banner .onebox .btnDiv{ width: 2.0rem; height: 0.6rem; line-height: 0.6rem; background: #e10000; border-radius: 0.48rem; color: #fff; text-align: center; font-size: 0.24rem; font-family:light; }
.ind-banner .threebox{ position: absolute; left: 50%; margin-left: -7.68rem; top: 55%; transform: translateY(-45%); color: #fff;} 
.ind-banner .threebox .txt{ font-size: 0.72rem; line-height: 0.8rem; font-family:light; }
.ind-banner .threebox .wen{ font-size: 0.24rem; line-height: 0.24rem; padding-top: 0.35rem; font-weight: bold;}
.ind-banner .threebox .en{ font-size: 12px; line-height: 16px; padding-top: 0.2rem; font-family: harmony; width: 280px;}

.ind-banner .swiper-pagination{ position: absolute; text-align: center; left: 0; bottom: 50px!important; } 
.ind-banner .swiper-pagination-bullet { position: relative; width: 12px; height: 12px; opacity: 1; border-radius: 50%; background: #fff; margin-left: 12px!important; margin-right: 12px!important; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);} 
.ind-banner .swiper-pagination-bullet-active { background: #e70d1e;}

.indMore a{ overflow: hidden; position: relative; display: block; text-align: center; font-size: 14px; width: 1.6rem; height: 0.5rem; line-height: 0.5rem; color: #fff; border-radius: 0.36rem;box-shadow: 0px 13px 10px 0px rgba(205, 0, 0, 0.1); background-image: linear-gradient(top,#cc0000,#e10000);
    background-image: -webkit-linear-gradient(top,#cc0000,#e10000);
    background-image: -moz-linear-gradient(top,#cc0000,#e10000);
    background-image: -o-linear-gradient(top,#cc0000,#e10000);
    background-image: linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -webkit-linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -moz-linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -o-linear-gradient(to bottom,#cc0000,#e10000);  }
.indMore em{ position:relative; z-index:1;}
.indMore a:after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg,#e10000 0,#b80101);
	transition: 0.5s;
}
.indMore a:hover:after{ width:100%;}

.indexP1{ padding-top: 0.9rem; background: #f8f9fb; }
.indexP1 .titleDiv{ text-align: center; padding-bottom: 0.5rem; position: relative; }
.indexP1 .titleDiv .cn{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; position: relative; z-index: 1; }
.indexP1 .titleDiv .en{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; color: #fff; font-size: 0.72rem; line-height: 0.72rem; font-family: mont; text-transform: uppercase; }
.indexP1 .list{ margin-top: 0.4rem; position: relative; overflow: hidden; background: #fff; }
.indexP1 .list li{ float: left; width: 25%; position: relative; z-index: 1; cursor: pointer; }
.indexP1 .list li .bg{ width: 100%; height: 100%; background: center no-repeat; background-size: cover; opacity: 0; }
.indexP1 .list li .bg img{ width: 100%; height: 100%; object-fit: cover; }
.indexP1 .list li .conDiv{ position: absolute; left: 1.45rem; top: 1.2rem; z-index: 2; }
.indexP1 .list li .ico{ height: 0.95rem; }
.indexP1 .list li .ico1{ width: 68px; height: 50px; position: relative; }
.indexP1 .list li .ico1:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 60px; height: 40px; background: url(../images/k1.png) no-repeat; z-index: 1; animation: leftRight 1s infinite alternate linear; -webkit-animation: leftRight 1s infinite alternate linear;}
.indexP1 .list li .ico1:after{ content: ''; position: absolute; right: 0; top: 0; width: 60px; height: 40px; background: url(../images/k2.png) no-repeat; animation: rightLeft 1s infinite alternate linear; -webkit-animation: rightLeft 1s infinite alternate linear;}
.indexP1 .list li .ico2{ width: 58px; height: 60px; position: relative; }
.indexP1 .list li .ico2:before{ content: ''; position: absolute; left: 0; bottom: 4px; width: 36px; height: 36px; background: url(../images/k3.png) no-repeat; z-index: 1; animation: leftRight 1s infinite alternate linear; -webkit-animation: leftRight 1s infinite alternate linear;}
.indexP1 .list li .ico2:after{ content: ''; position: absolute; right: 0; top: 0; width: 40px; height: 60px; background: url(../images/k4.png) no-repeat; animation: rightLeft 1s infinite alternate linear; -webkit-animation: rightLeft 1s infinite alternate linear;}
.indexP1 .list li .ico3{ width: 50px; height: 50px; position: relative; }
.indexP1 .list li .ico3:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 40px; background: url(../images/k5.png) no-repeat; z-index: 1; animation: leftRight2 1s infinite alternate linear; -webkit-animation: leftRight2 1s infinite alternate linear;}
.indexP1 .list li .ico3:after{ content: ''; position: absolute; right: 0; top: 0; width: 36px; height: 36px; z-index: 1; background: url(../images/k6.png) no-repeat; animation: rightLeft2 1s infinite alternate linear; -webkit-animation: rightLeft2 1s infinite alternate linear;}
.indexP1 .list li .ico4{ width: 60px; height: 50px; position: relative; }
.indexP1 .list li .ico4:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 36px; z-index: 1; background: url(../images/k7.png) no-repeat; z-index: 1; animation: leftRight 1s infinite alternate linear; -webkit-animation: leftRight 1s infinite alternate linear;}
.indexP1 .list li .ico4:after{ content: ''; position: absolute; right: 0; top: 0; width: 60px; height: 40px; background: url(../images/k8.png) no-repeat; animation: rightLeft 1s infinite alternate linear; -webkit-animation: rightLeft 1s infinite alternate linear;}

.indexP1 .list li .name{ position: relative; font-weight: bold; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.35rem; color: #333; }
.indexP1 .list li .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 4px; background: #ed251b; border-radius: 4px; }
.indexP1 .list li .name a{ display: block; color: #333; }
.indexP1 .list li .msg{ padding-top: 0.3rem; font-size: 14px; }
.indexP1 .list li .msg dd a{ display: block; line-height: 30px; color: #666; }
.indexP1 .list li .num{ position: absolute; left: 1.4rem; bottom: 1.5rem; z-index: 2; font-family: mont; color: #000; font-size: 0.3rem; line-height: 0.3rem; }
.indexP1 .list li.cur .name a{ color: #fff; }
.indexP1 .list li.cur .name:after{ background: #fff; }
.indexP1 .list li.cur .msg dd a{ color: #fff; }
.indexP1 .list li.cur .num, .indexP1 .list li.cur .ico{ opacity: 0; }
.indexP1 .list li .msg dd a:hover{ color: #e70d1e; }

.homeserbg{ opacity: 0; visibility: hidden; width: 25%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; }
.homeserbg img{ width: 100%; height: 100%; object-fit: cover; }
.homeserbg.on{ opacity: 1; visibility: visible; }
.homeserbg .botNum{ position: absolute; left: 0; bottom: 0; width: 100%; height: 1.2rem; line-height: 1.2rem; font-family: mont; font-size: 0.3rem; color: #fff; padding-left: 0.6rem; box-sizing: border-box; background: #ed251b; }
.homeserbg .botNum:after{ content: ''; position: absolute; right: 0.4rem; top: 50%; margin-top: -6px; width: 38px; height: 12px; background: url(../images/ico2.png) no-repeat; }
.homeserbg img.on{  animation: iconScale2 1.0s linear;}

@keyframes iconScale2 { from {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
  } to {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    opacity: 1;
  }
}

.indexP2{ background: #f5f5f5; padding: 1.4rem 0 0.8rem; position: relative;}
.indexP2 .titleDiv{ position: absolute; z-index: 2; left: 50%; margin-left: -7.68rem; top: 0.5rem; padding-top: 0.2rem; }
.indexP2 .titleDiv .cn{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; position: relative; z-index: 1; }
.indexP2 .titleDiv .en{ position: absolute; left: -1.5rem; top: 0; color: #fff; font-size: 1.2rem; line-height: 1.0rem; font-family: mont; text-transform: uppercase; }
.indexP2 .titleDiv .msg{ font-family:light; padding-top: 0.2rem; font-size: 0.36rem; line-height: 0.36rem; color: #333; position: relative; z-index: 1; }
.indexP2 .mxfDiv{ padding-bottom: 0.6rem; position: relative; z-index: 1; }
.indexBrand{ position: relative; }
.indexBrand .list{ overflow: hidden; }
.indexBrand .list li .limg img{ width: 100%; }
.indexBrand .se{ z-index:2; position: absolute; top: 50%; margin-top: -30px; display: block; width: 60px; height: 60px; border-radius: 50%; overflow: hidden;}
.indexBrand .se:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: #ed251b; border-radius: 50%;}
.indexBrand .prev{ left: -0.9rem; background: #fff; } 
.indexBrand .next{ right: -0.9rem; background: #fff; } 
.indexBrand .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; }
.indexBrand .next:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; }
.indexBrand .se:hover:after{ left: 0; top: 0; width: 100%; height: 100%; }
.indexBrand .prev:hover:before{ background: url(../images/nimg9_lefton.png) center no-repeat;}
.indexBrand .next:hover:before{ background: url(../images/nimg9_righton.png) center no-repeat;}
.indexP2 .numDiv{ position: absolute; right: 1.1rem; bottom: 0; color: #333; font-size: 0.18rem;  display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP2 .num1, .indexP2 .num2{ padding: 0 10px; font-family: mont; }
.indexP2 .num1{ font-size: 0.6rem; line-height: 0.5rem; color: #ed251b; }

.indexP3{ padding: 0.9rem 0; overflow: hidden;}
.indexP3 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.3rem; }
.indexP3 .wen{ font-family:light; text-align: center; font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-bottom: 0.95rem; }
/*.indexP3 .list{ position: relative; }*/
.indexP3 .list ul{ margin-right: -10px; /* display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;*/}
.indexP3 .list li{ float: left; width: 33.33%; padding-bottom: 10px; }
.indexP3 .list .li01{ width: 66.66%; }
.indexP3 .list li .box{ height: 3.9rem; margin-right: 10px; position: relative; overflow:hidden;}
.indexP3 .list li .bg{ height: 3.9rem; background: center no-repeat; background-size: cover; }
.indexP3 .list .li01 .box{ height: 7.9rem; }
.indexP3 .list .li01 .bg{ height: 7.9rem; }
.indexP3 .list li .bg img{ width: 100%; height: 100%; object-fit: cover; }
.indexP3 .list li .teme{ height:100%; width:100%;position: absolute;top:auto;left: 0;background:rgba(167,16,24,0.9);overflow: hidden; z-index: 10;transition: none;-webkit-transition:none;
-moz-transition:none;
-o-transition:none;}
.indexP3 .list .li02 .teme{background:rgba(214,0,31,0.9);}
.indexP3 .list .li03 .teme{background:rgba(0,0,0,0.9);}
.indexP3 .list .li04 .teme{/*background:rgba(198,36,31,0.9);*/background:rgba(51,51,51,0.9);}
.indexP3 .list .li05 .teme{background:rgba(0,0,0,0.9);}
.indexP3 .list .li06 .teme{/*background:rgba(219,181,114,0.9);*/background:rgba(84,27,134,0.9);}
.indexP3 .list .li07 .teme{background:rgba(123,185,6,0.9);}
.indexP3 .list .li08 .teme{background:rgba(0,0,0,0.9);}
.indexP3 .list .li09 .teme{background:rgba(0,140,210,0.9);}
.indexP3 .list .li10 .teme{background:rgba(8,45,126,0.9);}
.indexP3 .list .li11 .teme{background:rgba(0,57,156,0.9);}
/*.indexP3 .list .li12 .teme{background:rgba(247,117,12,0.9);}*/

.indexP3 .list li .name{ display: none; }
.indexP3 .list li .Ico{ text-align:center; width: 1.8rem; height: 1.2rem; margin: 0 auto;}
.indexP3 .list li .Ico img{ max-width: 1.8rem; max-height: 1.2rem; }
.indexP3 .list li .msg{ font-family:light; text-align: center; color: #fff; font-size: 0.18rem; line-height: 0.3rem; max-height: 0.9rem; width: 5.0rem; margin: 0.2rem auto 0;}
.indexP3 .list .li01 .msg{ width:6.7rem; margin: 0.7rem auto 0;}
.indexP3 .list li .btn{ margin: 0.4rem auto 0; width: 38px; height: 12px; background:url(../images/ico2.png) no-repeat; }
.indexP3 .list .li01 .btn{ margin: 0.8rem auto 0;}
.indexP3 .list li .box:hover .bg{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.indexP3 .list2{ margin-right: -10px; overflow: hidden; }
.indexP3 .list_l{ width: 33.33%; }
.indexP3 .list_r{ width: 66.66%; }
.indexP3 .list2 ul{ margin-right: 10px; /* display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;*/}
.indexP3 .list2 li{ padding-bottom: 10px; }
.indexP3 .list2 li .box{ height: 3.9rem; position: relative; overflow:hidden;}
.indexP3 .list2 li .bg{ height: 3.9rem; background: center no-repeat; background-size: cover; }
.indexP3 .list2 .li15 .box{ height: 7.9rem; }
.indexP3 .list2 .li15 .bg{ height: 7.9rem; }
.indexP3 .list2 li .bg img{ width: 100%; height: 100%; object-fit: cover; }
.indexP3 .list2 li .teme{ height:100%; width:100%;position: absolute;top:auto;left: 0;background:rgba(0,51,160,0.9);overflow: hidden; z-index: 10;transition: none;-webkit-transition:none;
-moz-transition:none;
-o-transition:none;}
.indexP3 .list2 .li14 .teme{background:rgba(0,104,183,0.9);}
.indexP3 .list2 .li15 .teme{background:rgba(0,0,0,0.9);}
.indexP3 .list2 li .name{ display: none; }
.indexP3 .list2 li .Ico{ text-align:center; width: 1.8rem; height: 1.2rem; margin: 0 auto;}
.indexP3 .list2 li .Ico img{ max-width: 1.8rem; max-height: 1.2rem; }
.indexP3 .list2 li .msg{ font-family:light; text-align: center; color: #fff; font-size: 0.18rem; line-height: 0.3rem; max-height: 0.9rem; width: 5.0rem; margin: 0.2rem auto 0;}
.indexP3 .list2 .li15 .msg{ width:6.7rem; margin: 0.7rem auto 0;}
.indexP3 .list2 li .btn{ margin: 0.4rem auto 0; width: 38px; height: 12px; background:url(../images/ico2.png) no-repeat; }
.indexP3 .list2 .li015 .btn{ margin: 0.8rem auto 0;}
.indexP3 .list2 li .box:hover .bg{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.indexP3 .indMore{ margin: 0.7rem auto 0; width: 1.5rem; }

.indexP4{ position: relative; background: url(../images/indexP4.jpg) center no-repeat; background-attachment: fixed; background-size: cover; overflow: hidden; }
.indexP4 .conDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 50%; transform: translateY(-50%); z-index: 1; }
.indexP4 .txt{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: bold; padding-bottom: 0.05rem; }
.indexP4 .num{ padding-bottom: 0.35rem; font-family: mont; color: #e60012; font-size: 0.72rem; display: flex; display: -webkit-flex; align-items: flex-top; -webkit-align-items: flex-top;}
.indexP4 .num em{ display: inline-block; font-family: barlow; font-size: 1.46rem; line-height: 1.4rem; color:#ed251b; /*text-shadow: 0px 13px 10px rgba(205, 0, 0, 0.1); background-image:-webkit-linear-gradient(top left,#cc0000,#e10000);
 background-image:linear-gradient(to bottom right,#cc0000,#e10000); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;*/}
.indexP4 .wen{ font-size: 0.48rem; line-height: 0.66rem; color: #333; }
.indexP4 .wen b{ display: block; color: #000; }
.indexP4 .wen em{ font-family:light;}
.indexP4 .indMore{ padding-top: 0.4rem; }

.indexP4 .list{ width: 60%; border: #f2f2f2 solid 0.1rem; }
.indexP4 .list li{ float: left; width: 20%; }
.indexP4 .list li .box{ height: 1.14rem; background: #fff; border-bottom: #f2f2f2 solid 1px; border-right: #f2f2f2 solid 1px; }
.indexP4 .list li .name{ display: none; }
.indexP4 .list li a{ position: relative; height: 1.14rem; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center;}
.indexP4 .list li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #ed251b; }
.indexP4 .list li img{ max-width: 1.6rem; max-height: 0.9rem;  }
.indexP4 .list li a:hover:after{ height: 2px; }

.indexP5{ padding: 0.9rem 0 1.0rem; }
.indexP5 .title{ text-align: center; color: #333; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.85rem; }
.indexP5 .mxfDiv{ overflow: hidden; position: relative; height: 6.9rem; }
.indexP5 .rightImg{ width: 50%; height: 6.9rem; background: center no-repeat; background-size: cover; }
.indexP5 .conDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 0; z-index: 1; }
.indexP5 .txt{ font-size: 0.48rem; line-height: 0.68rem; color: #333; font-weight: bold;}
.indexP5 .txt2{ font-family:light; padding-top: 0.1rem; color: #333; font-size: 0.3rem; line-height: 0.48rem;}
.indexP5 .content{ padding-top: 0.35rem; font-size: 0.16rem; line-height: 0.36rem; color: #333; text-align: justify; width: 6.4rem; font-family:light; }
.indexP5 .indMore{ margin-top: 0.65rem; }
.indexP5 .numList{ position: absolute; left: 50%; margin-left: -7.68rem; bottom: 0; width: 15.36rem; height: 1.4rem; padding-top: 0.35rem; box-sizing: border-box; background: #fff; z-index: 1; }
.indexP5 .numList li{ float: left; width: 25%; }
.indexP5 .numList li .pj{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP5 .numList li .ico{ padding-right: 0.2rem; }
.indexP5 .numList li .zi{ font-size: 14px; line-height: 14px; color: #999; height: 0.3rem; }
.indexP5 .numList li .num{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP5 .numList li .numUp{ font-family: mont; font-size: 0.6rem; line-height: 0.48rem; color: #333; padding-right: 0.15rem;}
.indexP5 .numList li p{ font-size: 14px; height: 0.42rem; color: #999; position: relative; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP5 .numList li span{ position: absolute; left: 0; top: 0; width: 13px; height: 13px; background: url(../images/ico3.png) no-repeat; }

.indexP6{ padding-bottom: 1.35rem; }
.indexP6 .title{ text-align: center; color: #333; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; padding-bottom: 0.8rem; }
.indexP6 .list{ overflow: hidden; position: relative;}
.indexP6 .list li .box{ cursor: pointer; height: 4.24rem; background: #fcfcfc; position: relative; text-align:center; }
.indexP6 .list li .box2, .indexP6 .list li .box4{ background: #f7f7f7;}
.indexP6 .list li .box .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; background-image: linear-gradient(left,#3e1cbd,#280cc6);
    background-image: -webkit-linear-gradient(left,#3e1cbd,#280cc6);
    background-image: -moz-linear-gradient(left,#3e1cbd,#280cc6);
    background-image: -o-linear-gradient(left,#3e1cbd,#280cc6);
    background-image: linear-gradient(to right,#3e1cbd,#280cc6);
    background-image: -webkit-linear-gradient(to right,#3e1cbd,#280cc6);
    background-image: -moz-linear-gradient(to right,#3e1cbd,#280cc6);
    background-image: -o-linear-gradient(to right,#3e1cbd,#280cc6);}
.indexP6 .list li .box2 .bg{ background: #03d79d; }
.indexP6 .list li .box3 .bg{ background: #00c9ed; }
.indexP6 .list li .box4 .bg{ background: #ff6600; }
.indexP6 .list li .en{ position: absolute; left: 0.4rem; top: 0.4rem; z-index: 1; font-size: 0.18rem; line-height: 0.18rem; font-family: mont; text-transform: uppercase; color: rgba(51,51,51,0.2); }
.indexP6 .list li .cn{ font-family:light; position: relative; z-index: 1; font-size: 0.56rem; line-height: 0.56rem; color: #333; }
.indexP6 .list li .wen{ font-family:light; position: relative; z-index: 1; padding-top: 0.45rem; font-size: 0.24rem; line-height: 0.32rem; }
.indexP6 .list li .ico{ position: absolute; right: 10px; bottom: 0; z-index: 0; }
.indexP6 .list li .ico img{ width:1.58rem;}
.indexP6 .list li .ico .img1{ opacity: 0; position: absolute; left: 0; top: 0; }
.indexP6 .list li .box3 .ico img{ width:2.0rem;}
.indexP6 .list li .box:hover .bg{ opacity: 1; }
.indexP6 .list li .box:hover .en{ color: rgba(255,255,255,0.2); }
.indexP6 .list li .box2:hover .en{ color: rgba(51,51,51,0.2); }
.indexP6 .list li .box:hover .cn, .indexP6 .list li .box:hover .wen{ color: #f9f9f9; }
.indexP6 .list li .box:hover .ico img{ opacity: 0; }
.indexP6 .list li .box:hover .ico .img1{ opacity: 1; }
.indexP6 .swiper-pagination{ position: relative; padding-top: 0.45rem; text-align: center; left: 0; bottom: 0!important; } 
.indexP6 .swiper-pagination-bullet { position: relative; width: 14px; height: 14px; opacity: 1; border-radius: 50%; background: #e0e0e0; margin-left: 15px!important; margin-right: 15px!important; } 
.indexP6 .swiper-pagination-bullet-active { background: #ed251b;}

.indexP7{ padding-top: 1.1rem; height: 9.2rem; background: center no-repeat; background-size: cover; box-sizing: border-box; }
.indexP7 .toptop{ height: 1.2rem; position: relative; }
.indexP7 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; }
.indexP7 .tab2{ position: absolute; right: 0; top: 0.2rem; z-index: 1; }
.indexP7 .tab2 li{ float: left; margin-left: 0.4rem; position: relative; height: 0.3rem; font-size: 18px; line-height: 18px; color: #999; font-weight: bold; }
.indexP7 .tab2 li:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #eb102c;}
.indexP7 .tab2 .liNow{ color: #333; }
.indexP7 .tab2 .liNow:after{ width: 100%; left: 0; }
.indexP7 .tabContent2{ animation: am_top 0.4s ease-out 0.2s backwards; -webkit-animation: am_top 0.4s ease-out 0.2s backwards;}
.indexP7 .leftDiv{ width: 9.56rem; }
.indexP7 .leftDiv li{ float: left; width: 50%; position: relative; }
.indexP7 .leftDiv li:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #e9e8e8; }
.indexP7 .leftDiv li:last-child:after{ display: none; }
.indexP7 .leftDiv li a{ position: relative; display: block; height: 5.0rem; background: #fff; box-sizing: border-box; padding: 0.56rem 0.54rem 0; }
.indexP7 .leftDiv li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #eb102c; }
.indexP7 .leftDiv li .imgDiv{ height: 2.0rem; position: relative; }
.indexP7 .leftDiv li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP7 .leftDiv li .imgDiv img:last-of-type{ -webkit-clip-path: inset(100% 0 0 0); clip-path: inset(100% 0 0 0); -webkit-filter: brightness(1.2) blur(5px); filter: brightness(1.2) blur(5px); left: 0; position: absolute; top: 0; z-index: 3; }

.indexP7 .leftDiv li .time{ padding-top: 0.3rem; font-family: mont; line-height: 0.28rem; text-align: center; color: #ccc; font-size: 0.18rem; }
.indexP7 .leftDiv li .name{ margin-top: 0.2rem; padding: 0 0.3rem; line-height: 0.36rem; height: 0.72rem; font-size: 0.24rem; color: #333; font-weight: bold; text-align: center; }
.indexP7 .leftDiv li .ico{ opacity: 0; margin: 0.4rem auto 0; width: 38px; height: 12px; background: url(../images/ico2on.png) no-repeat; }
.indexP7 .leftDiv li a:hover{ box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.15);}
.indexP7 .leftDiv li a:hover:after{ width: 100%; }
.indexP7 .leftDiv li a:hover .ico{ opacity: 1; animation: am_right 0.4s ease-out 0.2s backwards; -webkit-animation: am_right 0.4s ease-out 0.2s backwards;}
.indexP7 .leftDiv li a:hover .imgDiv img:last-of-type{-webkit-animation:instaImage3 .3s linear 0s 1 both,instaImage4 1s cubic-bezier(.215,.61,.355,1) .3s 1 forwards;animation:instaImage3 .3s linear 0s 1 both,instaImage4 1s cubic-bezier(.215,.61,.355,1) .3s 1 forwards}


.indexP7 .rightDiv{ width: 5.78rem; }
.indexP7 .rightDiv ul{ margin-right: -1px; }
.indexP7 .rightDiv li{ float: left; width: 50%; margin-bottom: 1px; }
.indexP7 .rightDiv li .box{ margin-right: 1px; }
.indexP7 .rightDiv li a{ height: 1.66rem; background: #fff; padding: 0 0.2rem; color: #000;}
.indexP7 .rightDiv li .name{ font-weight: bold; height: 0.4rem; line-height: 0.4rem; overflow: hidden; color: #333; font-size: 0.24rem;}
.indexP7 .rightDiv li .msg{ font-family:light; margin-top: 0.1rem; max-height: 0.6rem; line-height: 0.3rem; font-size: 0.18rem; overflow: hidden; }
.indexP7 .rightDiv li a:hover{ background: #ed251b; }
.indexP7 .rightDiv li a:hover .name, .indexP7 .rightDiv li a:hover .msg{ color: #fff; }

.indexP7 .moreBtn{ margin: 0.75rem auto 0; width: 1.6rem; }
.indexP7 .moreBtn a{ overflow: hidden; position: relative; display: block; text-align: center; font-size: 14px; width: 100%; height: 0.5rem; color: #333; line-height: 0.5rem; border-radius: 0.36rem; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);}
.indexP7 .moreBtn em{ position: relative; z-index: 1; }
.indexP7 .moreBtn a:after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#cc0000 0,#e10000); transition: 0.5s;}
.indexP7 .moreBtn a:hover{ color: #fff; }
.indexP7 .moreBtn a:hover:after{ width:100%;}

.indexP8{ padding-top: 0.85rem; position: relative;}
.indexP8:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 4.5rem; background-image: linear-gradient(top left,#720aff,#700afb);
    background-image: -webkit-linear-gradient(top left,#720aff,#700afb);
    background-image: -moz-linear-gradient(top left,#720aff,#700afb);
    background-image: -o-linear-gradient(top left,#720aff,#700afb);
    background-image: linear-gradient(to bottom right,#720aff,#700afb);
    background-image: -webkit-linear-gradient(to bottom right,#720aff,#700afb);
    background-image: -moz-linear-gradient(to bottom right,#720aff,#700afb);
    background-image: -o-linear-gradient(to bottom right,#720aff,#700afb);}
.indexP8-2:after{ height: 100%;}
.indexP8 .mxfDiv{ height: 5.34rem; background: #fff; position: relative; z-index: 1; }
.indexP8 .leftDiv{ padding: 1.2rem 0 0 2.0rem; position: relative; z-index: 1; }
.indexP8 .name{ font-size: 0.48rem; line-height: 0.48rem; color: #000; font-weight: bold; padding-bottom: 0.3rem; }
.indexP8 .wen{ font-family:light; font-size: 0.18rem; line-height: 0.18rem; color: #333; padding-bottom: 0.35rem; }
.indexP8 .round{ position: absolute; left: 0; top: 0; width: 4.22rem; }
.indexP8 .round img{ width: 100%; }
.indexP8 .btnDiv a{ font-family:light; display: block; width: 1.58rem; height: 0.48rem; line-height: 0.48rem; text-align: center; background: #fff; color: #333; font-size: 16px; border: #050505 solid 1px; border-radius: 0.36rem; }
.indexP8 .btnDiv a:hover{ background: #ed251b; border: #ed251b solid 1px; color: #fff; }

.indexP8 .rightImg{ position: absolute; right: 1.0rem; bottom: 0.4rem; z-index: 1; }
.indexP8 .rightImg img{ width: 4.5rem; }
.indexP8 .botDiv{ padding: 0.85rem 0 0.8rem;/* overflow: hidden;*/ position: relative; z-index: 1;}
.indexP8-2 .botDiv{ padding: 0.8rem 0 1.6rem; }
.indexP8 .titleDiv{ padding-left: 1.55rem; position: relative;/* opacity: 0;*/ }
.indexP8 .titleDiv .cn{ font-size: 0.72rem; line-height: 1.1rem; color: #fff; font-weight: bold; position: relative; z-index: 1; }
.indexP8 .titleDiv .enImg{ position: absolute; left: 0; top: 0; }
.indexP8 .titleDiv .enImg img{ width: 7.53rem; }
.indexP8 .titleDiv .msg{ font-size: 0.18rem; font-family:tonm; line-height: 0.3rem; color: rgba(255,255,255,0.3); position: relative; z-index: 1; }
.indexP8 .rightDiv{ width: 6.5rem; position: relative; z-index: 1; /* opacity: 0; */ }
.indexP8 .txt{ font-family:light; font-size: 0.3rem; line-height: 0.3rem; color: #fff; padding-bottom: 0.35rem; }
.indexP8 .consultBtn a{ display: block; position: relative; overflow: hidden; width: 1.6rem; height: 0.5rem; line-height: 0.5rem; font-family:light; text-align: center; background: #fff; color: #000; border-radius: 0.36rem; font-size: 0.18rem; }
.indexP8 .consultBtn em{ position: relative; z-index: 1; }
.indexP8 .consultBtn a:after{
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg,#e10000 0,#cc0000);
  transition: 0.5s;
}
.indexP8 .consultBtn a:hover{ color: #fff; }
.indexP8 .consultBtn a:hover:after{ width:100%;}

.fixed-zhl {
  width: 140px;
  height: 140px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.fixed-zhl > .fixed-a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fixed-zhl > .fixed-a > .tbox {
  display: flex;
  flex-wrap: wrap;
}
.fixed-zhl > .fixed-a > .tbox > .ts {
  width: 100%;
  text-align: center;
  line-height: 1.375em;
  color: #fff;
  font-size: 14px;
}
.fixed-zhl > .fixed-a > .tbox > .ts2 {
  position: relative;
  margin: 0.08rem auto 0;
}
.fixed-zhl > .fixed-a > .tbox > .ts2 > .txts {
  width: 100%;
  display: flex;
  justify-content: center;
}
.fixed-zhl > .fixed-a > .tbox > .ts2 > .txts > span {
  font-size: 18px;
  line-height: 1.13333333em;
  color: #ed251b;
  font-family: bold;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.sghlP1{ padding: 1.85rem 0 2.8rem; }
.sghlP1 .toptop{ position: relative; }
.sghlP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.sghlP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.sghlP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.sghlP1 .tips img{ padding-left: 0.3rem; }
.sghlP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.sghlP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.sghlP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.sghlP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.sghlP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.sghlP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sghlP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.sghlP1 .content em{ font-family: light; }
.sghlP1 .content b{ color: #19c064; }

.sghlP2{ position: relative; padding-bottom: 1.5rem; }
.sghlP2 .toptop{ padding-bottom: 0.4rem; }
.sghlP2 .temeDiv{ position: relative; padding-bottom: 0.25rem; }
.sghlP2 .temeDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sghlP2 .temeDiv .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; }
.sghlP2 .temeDiv .wen{ font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-top: 0.15rem; font-family: light; }

.sghlP2 .botbot{ background: #f7f7f7; }
.sghlP2 .list{ width: 11.0rem; position: relative;}
.sghlP2 .list:before{ content: ''; position: absolute; left: 50%; margin-left: -5.06rem; top: 50%; width: 10.12rem; height: 1px; background: url(../images/line1.png) no-repeat; background-size: 10.12rem; }
.sghlP2 .list:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-top: -3.47rem; width: 1px; height: 6.94rem; background: url(../images/line2.png) center no-repeat; }
.sghlP2 .list li{ float: left; width: 50%; box-sizing: border-box; padding: 0 0.65rem; height: 3.6rem; }
.sghlP2 .list li .num{ color: #989898; font-size: 0.24rem; line-height: 0.24rem; font-family: mont; height: 0.5rem; }
.sghlP2 .list li .name{ font-size: 0.24rem; color: #333; font-weight: bold; line-height: 0.36rem; height: 1.6rem; text-align: justify;}
.sghlP2 .list li .x{ font-family: harmony; font-size: 0.24rem; line-height: 0.24rem; color: #333; text-transform: uppercase; }
.sghlP2 .layerDiv{ position: absolute; top: 0.2rem; right: 50%; margin-right: -8rem; z-index: 1; }
.sghlP2 .limg img{ width: 5.6rem; }
.sghlP2 .layerDiv p{ float: right; font-size: 0.18rem; line-height: 0.18rem; color: #999; padding-top: 0.25rem; padding-right: 1.1rem; font-family: light; }

.sghlP3{ padding-bottom: 0.9rem; }
.sghlP3 .wal{ background: url(../images/nimg1536Bg.png) center bottom no-repeat; background-size: 100%; }
.sghlP3 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.sghlP3 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sghlP3 .msg{ font-family: light; text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #333; width: 9.3rem; margin: 0.45rem auto 0.6rem; }
.sghlP3 .mxfDiv{ width: 7.95rem; height: 7.95rem; margin: 0 auto; position: relative; }
.sghlP3 .mxfDiv:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/nimg795Bg.png) no-repeat; background-size: 100%; -moz-animation:rotate 10s infinite linear;  -webkit-animation:rotate 10s infinite linear;  animation:rotate 10s infinite linear; }
.sghlP3 .teme{ position: absolute; z-index: 1; left: 50%; top: 50%; margin-left: -3.21rem; margin-top: -2.65rem; width: 6.42rem; height: 5.3rem; }
.sghlP3 .teme li{ position: absolute; width: 2.77rem; height: 2.77rem; box-sizing: border-box; color: #fff; text-align: center; font-size: 0.3rem; line-height: 0.46rem; border-radius: 50%; }
.sghlP3 .teme li.left{ left: 0; top: 50%; margin-top: -1.38rem; background: url(../images/nimg277Bg4.png) no-repeat; background-size: 100%; z-index: 2; box-shadow: 10px 10px 45px 5px rgba(96, 144, 255, 0.3); }
.sghlP3 .teme li.right{ right: 0; top: 50%; margin-top: -1.38rem; background: url(../images/nimg277Bg2.png) no-repeat; background-size: 100%; z-index: 2; box-shadow: 10px 10px 45px 5px rgba(253, 188, 39, 0.3); }
.sghlP3 .teme li.top{ display: block; padding-top: 0.45rem; left: 50%; top: 0; margin-left: -1.38rem; background: url(../images/nimg277Bg3.png) no-repeat; background-size: 100%; z-index: 1; box-shadow: 10px 10px 45px 5px rgba(93, 238, 219, 0.3); }
.sghlP3 .teme li.bottom{ left: 50%; bottom: 0; margin-left: -1.38rem; background: url(../images/nimg277Bg.png) no-repeat; background-size: 100%; z-index: 3; box-shadow: 10px 10px 45px 5px rgba(93, 238, 219, 0.3);}
.sghlP3 .teme li b{ display: block; font-size: 0.28rem; }
.sghlP3 .teme li em{ font-family: light; }

.sghlP4{ overflow: hidden; padding-top: 1.5rem; height: 7.9rem; box-sizing: border-box; background: url(../images/sghlP4.jpg) center no-repeat; background-size: cover;}
.sghlP4 .msg{ text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #fff; width: 5.4rem; margin: 0 auto; font-family: light; }
.sghlP4 .list{ padding-top: 1.0rem; }
.sghlP4 .list ul{ display: flex; display: -webkit-flex; justify-content: space-around; -webkit-justify-content: space-around;}
.sghlP4 .list li{ cursor: pointer; position: relative;}
.sghlP4 .list li .lbox{ padding-top: 0.4rem; width: 2.25rem; height: 2.25rem; box-sizing: border-box; border: rgba(255,255,255,0.2) solid 1px; border-radius: 50%; }
.sghlP4 .list li .ico{ width: 0.68rem; height: 0.68rem; margin: 0 auto; position: relative; }
.sghlP4 .list li .ico img{ position: absolute; left: 0; top: 0; width: 0.68rem; }
.sghlP4 .list li .ico .img1{ opacity: 0; }
.sghlP4 .list li .name{ padding-top: 0.25rem; font-size: 0.3rem; line-height: 0.3rem; color: #fff; text-align: center; font-family: light; }
.sghlP4 .list li .layer{ z-index: -1; opacity: 0; visibility: hidden; position: absolute; top: 1.9rem; padding-top: 11px; left: 50%; margin-left: -2.62rem;}
.sghlP4 .list li .layer .bg{ position: absolute; left: 50%; margin-left: -8px; top: 0; height: 11px; width: 16px; background: url(../images/nimg16Bg.png) center top no-repeat; }
.sghlP4 .list li .layer .pj{ border-radius: 16px; background: #f6f6f6; width: 5.24rem; height: 1.78rem; padding: 0.25rem 0.3rem 0; box-sizing: border-box; }
.sghlP4 .list li .layer b{ font-size: 0.16rem; color: #999; line-height: 0.28rem; display: block; }
.sghlP4 .list li .layer p{ font-size: 0.16rem; color: #999; line-height: 0.28rem; font-family: light;}
.sghlP4 .list li.on .lbox{ background: #ed251b; border: #ed251b solid 1px; }
.sghlP4 .list li.on .ico img{ opacity: 1; }
.sghlP4 .list li.on .ico .img1{ opacity: 1; }
.sghlP4 .list li.on .layer{ opacity: 1; visibility: visible; top: 2.0rem; z-index: 2; }

.sghlP5{ padding-top: 0.5rem; position: relative; overflow: hidden; }
.sghlP5:after{ content: ''; position: absolute; letter-spacing: 0; top: 0; width: 100%; height: 7.86rem; background: #f1f1f1; }
.sghlP5 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; margin-bottom: 0.5rem; }
.sghlP5 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sghlP5 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 14.4rem; height: 7.2rem; background: url(../images/nimg1440Bg.png) center no-repeat; background-size: cover; }
.sghlP5 .qwer{ position: absolute; left: 50%; margin-left: -35%; top: 7%; width: 70%; height:78.4%; background:#f0f0f0}
.sghlP5 .qwer video{ width: 100%; height:100%; object-fit: cover;}

.sghlP6{ padding: 1.1rem 0 1.2rem; }
.sghlP6 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; margin-bottom: 0.5rem; }
.sghlP6 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sghlP6 .txtDiv{ margin-top: 0.7rem; text-align: center; padding-top: 0.35rem; position: relative; }
.sghlP6 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.sghlP6 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#e1e1e1,#fcfcfc);
 background-image:linear-gradient(to bottom,#e1e1e1,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.sghlP6 .msg{ font-size: 0.18rem; line-height: 0.18rem; color: #333; text-align: center; padding: 0.75rem 0 0.55rem; font-family: light;}
.sghlP6 .imgDiv{ text-align: center; }
.sghlP6 .imgDiv img{ width: 12.98rem; }

.sghlP7{ padding: 0.8rem 0 1.2rem; background: #f1f1f1;}
.sghlP7 .txtDiv{ text-align: center; padding-top: 0.35rem; position: relative; }
.sghlP7 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.sghlP7 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#ccc,#fcfcfc);
 background-image:linear-gradient(to bottom,#ccc,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.sghlP7 .imgDiv{ text-align: center; padding-top: 0.3rem; }
.sghlP7 .imgDiv img{ width: 13.42rem; }

.sghlP8{ padding: 0.9rem 0 1.5rem; }
.sghlP8 .txtDiv{ text-align: center; padding-top: 0.35rem; position: relative; }
.sghlP8 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.sghlP8 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#d4d4d4,#fcfcfc);
 background-image:linear-gradient(to bottom,#d4d4d4,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.sghlP8 .list{ padding-top: 1.0rem; }
.sghlP8 .list ul{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center;}
.sghlP8 .list li .box{ margin: 0 0.22rem; }
.sghlP8 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.sghlP8 .list li .bg{ width: 2.4rem; height: 1.34rem; border-radius: 0.24rem; }

.sghlP9{ background: #f9fbfd; padding: 0.7rem 0 0.8rem; }
.sghlP9 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; margin-bottom: 0.5rem; }
.sghlP9 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.spotPic{ position: relative; }
.spotPic .list{ overflow: hidden; }
.spotPic .list li{ text-align: center;}
.spotPic .list li .wen{ font-size: 0.36rem; height: 0.9rem; line-height: 0.36rem; color: #333; font-family: light; }
.spotPic .list li .limg img{ width: 13.72rem; }
.spotPic .se{ position: absolute; z-index: 2; top: 50%; margin-top: -30px; display: block; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);}
.spotPic .se:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 0; height: 0; background: #ed251b; border-radius: 50%;}
.spotPic .prev{ left: -0.9rem; background: #fff; } 
.spotPic .next{ right: -0.9rem; background: #fff; } 
.spotPic .prev:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_left.png) center no-repeat; }
.spotPic .next:before{ content: ''; z-index: 1; position: absolute; left: 50%; top: 50%; width: 9px; height: 14px; margin-left: -5px; margin-top: -7px; background: url(../images/nimg9_right.png) center no-repeat; }
.spotPic .se:hover:after{ left: 0; top: 0; width: 100%; height: 100%; }
.spotPic .prev:hover:before{ background: url(../images/nimg9_lefton.png) center no-repeat;}
.spotPic .next:hover:before{ background: url(../images/nimg9_righton.png) center no-repeat;}

.sghlP10{ padding-top: 1.2rem; }
.sghlP10 .toptop{ padding-bottom: 0.7rem; }
.sghlP10 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; }
.sghlP10 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }

.sghlP10 .midmid{ height: 9.2rem; background: center no-repeat; background-size: cover; background-attachment: fixed; /*background: #f9fbfd;*//* position: sticky;*/ }
/*.sghlP10 .midmid.on{ position: fixed; left: 0; top: 0; width: 100%; height: 100vh; overflow: auto; }*/

.sghlP10 .botbot{ padding: 1.15rem 0; }
.sghlP10 .btnDiv a{ display: block; font-weight: bold; width: 100%; height: 0.72rem; font-size: 0.24rem; text-align: center; color: #fff; line-height: 0.72rem; background: #4141ff; border-radius: 8px; }

.demandDiv{ height: 4.5rem; background: url(../images/demandBg.jpg) center no-repeat; background-size: cover; }
.demandDiv .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #fff; font-family: light;}
.demandDiv .btnDiv{ width: 3.24rem; margin: 0.6rem auto 0; }
.demandDiv .btnDiv a{ position: relative; overflow: hidden; width: 100%; height: 0.72rem; line-height: 0.72rem; color: #fff; font-size: 0.24rem; border-radius: 0.48rem; background: #da3522; font-family: light;}
.demandDiv .btnDiv em{ position: relative; z-index: 1;}
.demandDiv .btnDiv img{ position: relative; z-index: 1; padding-right: 25px; }
.demandDiv .btnDiv a:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(45deg,#e10000 0,#b80101); transition: 0.5s;}
.demandDiv .btnDiv a:hover:after{ width:100%;}



.otherDiv{ background: #f1f1f1; padding: 1.45rem 0 1.25rem; overflow: hidden; }
.otherDiv .leftDiv{ width: 50%; box-sizing: border-box; padding: 0 0.5rem; height: 3.8rem; background: #fff; }
.otherDiv .name{ font-size: 0.3rem; line-height: 0.42rem; padding-bottom: 0.3rem; color: #000; font-weight: bold; }
.otherDiv .more{ width: 1.6rem; margin: 0 auto; }
.otherDiv .more a{ display: block; position: relative; font-family: light; overflow: hidden; width: 100%; height: 0.5rem; background: #da3522; color: #fff; text-align: center; line-height: 0.5rem; border-radius: 0.48rem; font-size: 0.18rem;}
.otherDiv .more em{ position: relative; z-index: 1; }
.otherDiv .more a:after{ content: ""; display: block; width: 0; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(45deg,#e10000 0,#b80101); transition: 0.5s;}
.otherDiv .more a:hover:after{ width:100%;}

.otherDiv .rightDiv{ width: 50%; box-sizing: border-box; height: 3.8rem; position: relative; overflow: hidden;}
.otherDiv .rightDiv a{ display: block; width: 100%; height: 100%; }
.otherDiv .imgDiv{ height: 3.8rem; }
.otherDiv .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.otherDiv .layer{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; text-align: center; background: rgba(0,0,0,0.7); z-index: 1; }
.otherDiv .txt{ font-size: 0.3rem; line-height: 0.3rem; font-weight: bold; padding-bottom: 0.5rem;}
.otherDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; font-family: light; }
.otherDiv .rightDiv a:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.forceconP1{ padding: 1.85rem 0 1.15rem; }
.forceconP1 .mxfDiv{ position: relative; height: 5.6rem; }
.forceconP1 .leftDiv{ position: absolute; left: 50%; margin-left: -9.08rem; top: 0; z-index: 1; width: 11.26rem; height: 5.57rem; background: url(../images/nimg1126Bg.png) center no-repeat; background-size: cover; }
.forceconP1 .qwer{ position: absolute; left: 50%; margin-left: -35%; top: 7%; width: 70%; height:78.4%; background:#f0f0f0}
.forceconP1 .qwer video{ width: 100%; height:100%; object-fit: cover;}

.forceconP1 .conDiv{ width: 5.95rem; padding-top: 1.2rem;}
.forceconP1 .name{ padding: 0.55rem 0 0.2rem; font-size: 0.48rem; line-height: 0.48rem; color: #000; font-weight: bold; }
.forceconP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-bottom: 0.25rem; border-bottom: #ccc solid 1px; font-family: light; }
.forceconP1 .midmid{ padding-top: 0.3rem; }
.forceconP1 .midmid li{ float: left; padding-right: 0.8rem; font-size: 0.16rem; color: #333; }

.forceconP2{ padding-top: 1.1rem; background: #f5f5f5; }
.forceconP2 .toptop{ padding-bottom: 1.1rem; }
.forceconP2 .title{ text-align: center; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.2rem; }
.forceconP2 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.forceconP2 .wen{ text-align: center; padding: 0.3rem 0 0.12rem; font-size: 0.24rem; line-height: 0.24rem; color: #333; font-weight: bold; }
.forceconP2 .content{ padding: 0 1.5rem; font-size: 0.18rem; line-height: 0.36rem; color: #333; text-align: center; font-family: light; }
.forceconP2 .botbot{ position: relative; padding-top: 1.2rem; background: url(../images/forceconP2.jpg) center top no-repeat; background-size: 100%; }
.forceconP2 .leftDiv{ width: 9.9rem; }
.forceconP2 .txt{ font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.5rem; }
.forceconP2 .list{ position: relative; border-top: rgba(255,255,255,0.3) solid 1px; }
.forceconP2 .list:before{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: rgba(255,255,255,0.3); }
.forceconP2 .list:after{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.3); }
.forceconP2 .list li{ position: relative; float: left; width: 50%; box-sizing: border-box; padding: 0.55rem 0.55rem 0 0; height: 3.1rem; }
.forceconP2 .list li:nth-child(2n){ padding: 0.55rem 0 0 0.55rem; }
.forceconP2 .list li .num{ position: absolute; right: 0.55rem; top: 0.3rem; color: #fff; font-size: 0.18rem; line-height: 0.18rem; font-family: mont; }
.forceconP2 .list li:nth-child(2n) .num{ right: 0; }
.forceconP2 .list li .name{ padding-top: 0.3rem; font-size: 0.26rem; color: #fff; font-weight: bold; line-height: 0.44rem; text-align: justify;}
.forceconP2 .list li .x{ width: 0.48rem; height: 0.48rem; border: #fff solid 1px; border-radius: 50%; position: relative; }
.forceconP2 .list li .x img{ position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; }
.forceconP2 .layerDiv{ position: absolute; top: 2.25rem; right: 50%; margin-right: -7.68rem; z-index: 1; }
.forceconP2 .limg img{ width: 5.18rem; }

.forceconP3{ padding: 1.85rem 0 1.5rem; }
.forceconP3 .title{ font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.25rem; color: #333; font-weight: bold; position: relative; }
.forceconP3 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.forceconP3 .mxfDiv{ overflow: hidden; }
.forceconP3 .content{ padding: 0.25rem 0 1.6rem; width: 10.2rem; font-size: 0.48rem; line-height: 0.66rem; color: #333; font-family: light; }
.forceconP3 .tab{ width: 2.0rem; }
.forceconP3 .tab ul{ height: 4.67rem; display: flex; display: -webkit-flex; flex-direction: column; justify-content: space-between;}
.forceconP3 .tab li{ padding-left: 0.7rem; font-size: 0.36rem; line-height: 0.36rem; color: #999; font-family: light; position: relative; }
.forceconP3 .tab li:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 14px; height: 3px; left: 5px; background: #e60012; opacity: 0; }
.forceconP3 .tab .liNow{ color: #e60012; }
.forceconP3 .tab .liNow:before{ opacity: 1; left: 0; }

.forceconP3 .tabContentDiv{ width: 11.55rem; }
.forceconP3 .tabContent{ position: relative; }
.forceconP3 .imgDiv{ width: 7.58rem; border-radius: 8px; overflow: hidden; animation: am_left 0.8s ease-out 0.1s backwards; -webkit-animation: am_left 0.8s ease-out 0.1s backwards; }
.forceconP3 .imgDiv img{ width: 100%; }
.forceconP3 .rightDiv{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 1;}
.forceconP3 .conDiv{ width: 5.84rem; height: 2.2rem; padding: 0 0.55rem; box-sizing: border-box; border-radius: 8px; background: #fff; border: #dcdcdc solid 1px; animation: am_right 0.8s ease-out 0.1s backwards; -webkit-animation: am_right 0.8s ease-out 0.1s backwards; }
.forceconP3 .conDiv b{ font-size: 0.18rem; line-height: 0.18rem; color: #333; font-weight: bold; display: block; padding-bottom: 0.1rem; }
.forceconP3 .conDiv p{ color: #999; font-size: 0.18rem; line-height: 0.36rem; font-family: light; }

.forceconP4{ padding: 1.2rem 0 1.5rem; background: #eff9f9;}
.forceconP4 .title{ text-align: center; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.2rem; }
.forceconP4 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.forceconP4 .msg{ text-align: center; color: #333; font-size: 0.48rem; line-height: 0.48rem; padding: 0.25rem 0 0.55rem; font-family: light; }
.forceconP4 .list ul{ margin-right: -0.46rem; }
.forceconP4 .list li{ float: left; width: 33.33%; }
.forceconP4 .list li .box{ margin-right: 0.46rem; position: relative; padding: 0.6rem 0.6rem 0; box-sizing: border-box; height: 3.4rem; color: #fff; border-radius: 8px; background-image: linear-gradient(top,#3c9ffe,#99d7ff);
    background-image: -webkit-linear-gradient(top,#3c9ffe,#99d7ff);
    background-image: -moz-linear-gradient(top,#3c9ffe,#99d7ff);
    background-image: -o-linear-gradient(top,#3c9ffe,#99d7ff);
    background-image: linear-gradient(to bottom,#3c9ffe,#99d7ff);
    background-image: -webkit-linear-gradient(to bottom,#3c9ffe,#99d7ff);
    background-image: -moz-linear-gradient(to bottom,#3c9ffe,#99d7ff);
    background-image: -o-linear-gradient(to bottom,#3c9ffe,#99d7ff);}
.forceconP4 .list li:nth-child(2) .box{ background-image: linear-gradient(top,#10c38e,#b8f5dc);
    background-image: -webkit-linear-gradient(top,#10c38e,#b8f5dc);
    background-image: -moz-linear-gradient(top,#10c38e,#b8f5dc);
    background-image: -o-linear-gradient(top,#10c38e,#b8f5dc);
    background-image: linear-gradient(to bottom,#10c38e,#b8f5dc);
    background-image: -webkit-linear-gradient(to bottom,#10c38e,#b8f5dc);
    background-image: -moz-linear-gradient(to bottom,#10c38e,#b8f5dc);
    background-image: -o-linear-gradient(to bottom,#10c38e,#b8f5dc);}
.forceconP4 .list li:nth-child(3) .box{ background-image: linear-gradient(top,#ff6828,#ffc99e);
    background-image: -webkit-linear-gradient(top,#ff6828,#ffc99e);
    background-image: -moz-linear-gradient(top,#ff6828,#ffc99e);
    background-image: -o-linear-gradient(top,#ff6828,#ffc99e);
    background-image: linear-gradient(to bottom,#ff6828,#ffc99e);
    background-image: -webkit-linear-gradient(to bottom,#ff6828,#ffc99e);
    background-image: -moz-linear-gradient(to bottom,#ff6828,#ffc99e);
    background-image: -o-linear-gradient(to bottom,#ff6828,#ffc99e);}
.forceconP4 .list li .name{ font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.15rem; font-family: light; }
.forceconP4 .list li .wen{ font-size: 0.24rem; line-height: 0.24rem; font-family: light; }
.forceconP4 .list li .ico{ position: absolute; right: 0; bottom: 0; }
.forceconP4 .list li .ico img{ width: 1.1rem; }

.forceconP5{ padding-bottom: 18px; position: relative;}
.forceconP5:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -1.46rem; width: 4.72rem; height: 2.93rem; background: url(../images/nimg472Bg.png) no-repeat; background-size: 4.72rem;}
.forceconP5 .mxfDiv{ position: relative; border-bottom: #eee solid 1px; overflow: hidden; }
.forceconP5 .mxfDiv:after{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #eee; }
.forceconP5 .leftDiv{ width: 50%; padding-top: 1.4rem; position: relative; z-index: 1; }
.forceconP5 .txtDiv .en{ font-size: 0.24rem; color: #ccc; line-height: 0.24rem; font-family: mont; text-transform: uppercase; letter-spacing: 2px; }
.forceconP5 .txtDiv .cn{ padding-top: 0.15rem; font-size: 0.24rem; line-height: 0.24rem; color: #000; font-weight: bold; letter-spacing: 10px; }
.forceconP5 .leftDiv .txtDiv{ width: 3.2rem; }
.forceconP5 .leftDiv .limg img{ width: 3.46rem; }

.forceconP5 .rightDiv{ width: 50%; padding: 1.4rem 0 0.95rem 1.2rem; box-sizing: border-box; }
.forceconP5 .list{ padding-top: 1.0rem; }
.forceconP5 .list ul{ margin-right: -0.2rem; }
.forceconP5 .list li{ float: left; width: 18%; }
.forceconP5 .list li:first-child{ width: 46%; }
.forceconP5 .list li .box{ margin-right: 0.2rem; }
.forceconP5 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.forceconP5 .list li .bg{ height: 2.68rem; box-sizing: border-box; border-radius: 0.24rem; }

.forceconP6{ padding: 1.15rem 0 1.6rem; position: relative; background: #eff9f9; overflow: hidden;}
.forceconP6 .toptop{ padding-bottom: 0.6rem; }
.forceconP6 .mxfDiv{ position: relative; padding-left: 7.2rem; }
.forceconP6 .title{ position: absolute; left: 0; top: 0; color: #333; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.3rem; }
.forceconP6 .title:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.forceconP6 .msgList li{ position: relative; padding-left: 24px; font-size: 0.18rem; color: #333; line-height: 32px; font-family: light; }
.forceconP6 .msgList li:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -3px; width: 6px; height: 6px; background: #a0a0a0; border-radius: 50%; }

.forceconP6 .img-swiper { width: 32.0rem; position: relative; left: 50%; margin-left: -16rem;}
.forceconP6 .swiper-slide { overflow: hidden; }
.forceconP6 .swiper-slide .imgDiv { width: 9.68rem; box-sizing: border-box; border: #e5e5e5 solid 0.1rem; border-radius: 12px; position: relative; margin: 0 auto; overflow: hidden;}
.forceconP6 .swiper-slide .imgDiv img{ width: 100%; }
.forceconP6 .swiper-slide .txt{ padding-top: 0.35rem; text-align: center; color: #333; font-family: light; font-size: 0.28rem; line-height: 0.28rem; }
.forceconP6 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.forceconP6 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #0060db solid 1px; background: none; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.forceconP6 .swiper-pagination-bullet-active { background: #0060db;}
.forceconP6 .tab-box{ position: absolute; left: 0; width: 100%; bottom: 0; z-index: 1; text-align: center; }
.forceconP6 .tab-box a{ display: inline-block; margin: 0 0.3rem; }
.forceconP6 .tab-box a .name{ font-size: 0.2rem; color: #999; height: 0.5rem; line-height: 0.2rem; position: relative; font-family: light; }
.forceconP6 .tab-box a .name:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #0060db; }
.forceconP6 .tab-box a.on .name{ color: #333; }
.forceconP6 .tab-box a.on .name:after{ left: 0; width: 100%; }

.forceconP7{ padding: 1.25rem 0 1.45rem; }
.forceconP7 .title{ position: relative; text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.3rem; }
.forceconP7 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.forceconP7 .msg{ padding: 0.4rem 0 0.5rem; font-size: 0.48rem; line-height: 0.64rem; text-align: center; color: #333; font-family: light; }
.forceconP7 .imgDiv{ text-align: center; }
.forceconP7 .imgDiv img{ width: 12.18rem; }

.forceconP8{ background: #f5f5f5; }


.sdsyP1{ padding: 1.85rem 0 0.9rem; }
.sdsyP1 .toptop{ position: relative; }
.sdsyP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.sdsyP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.sdsyP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.sdsyP1 .tips img{ padding-left: 0.3rem; }
.sdsyP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.sdsyP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.sdsyP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.sdsyP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.sdsyP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.sdsyP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sdsyP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.sdsyP1 .content em{ font-family: light; }
.sdsyP1 .content b{ color: #c80527; }

.sdsyP2{ padding-top: 1.45rem; height: 9.04rem; position: relative; background: url(../images/sdsyP2.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.sdsyP2 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.3rem; }
.sdsyP2 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #fff; border-radius: 4px; }
.sdsyP2 .mxfDiv{ position: absolute; left: 50%; margin-left: -5.12rem; bottom: 0; width: 10.24rem; height: 6.08rem; background: url(../images/nimg1024Bg.png) center bottom no-repeat; background-size: 10.24rem; }
.sdsyP2 .round{ position: absolute; left: 50%; margin-left: -2.8rem; bottom: -1.84rem; width: 5.6rem; height: 5.6rem; background: rgba(255,255,255,0.2); border-radius: 50%; }
.sdsyP2 .round .logo{ position: absolute; left: 50%; top: 50%; width: 4.72rem; height: 4.72rem; margin-left: -2.36rem; margin-top: -2.36rem; background: #fff; border-radius: 50%; }
.sdsyP2 .round .logo img{ position: absolute; left: 50%; top: 50%; margin-left: -1.47rem; margin-top: -0.66rem; width: 2.94rem; }
.sdsyP2 .list li{ position: absolute; }
.sdsyP2 .list li.top{ left: 50%; margin-left: -2.64rem; width: 5.28rem; padding-bottom: 25px; top: 0;}
.sdsyP2 .list li.top:after{ content: ''; position: absolute; left: 50%; margin-left: -22px; bottom: 0; width: 45px; height: 25px; background: url(../images/nimg45Bg.png) no-repeat; }
.sdsyP2 .list li .conDiv{ background: #fff; border-radius: 12px; padding: 0.4rem 0.4rem 0; height: 1.84rem; color: #333; box-sizing: border-box;}
.sdsyP2 .list li .name{ font-weight: bold; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.2rem; }
.sdsyP2 .list li .msg{ font-size: 0.18rem; line-height: 0.3rem; font-family: light; }
.sdsyP2 .list li.top .name{ text-align: center; }
.sdsyP2 .list li.left{ position: absolute; left: 50%; margin-left: -7.8rem; padding-right: 32px; bottom: 25%; }
.sdsyP2 .list li.left:after{ content: ''; position: absolute; right: 0; bottom: 56px; width: 32px; height: 36px; background: url(../images/nimg32Bg.png) no-repeat; }
.sdsyP2 .list li.left .conDiv{ width: 4.16rem;}
.sdsyP2 .list li.right{ position: absolute; right: 50%; margin-right: -7.8rem; padding-left: 32px; bottom: 25%; }
.sdsyP2 .list li.right:after{ content: ''; position: absolute; left: 0; bottom: 56px; width: 32px; height: 36px; background: url(../images/nimg32Bg2.png) no-repeat; }
.sdsyP2 .list li.right .conDiv{ width: 4.16rem;}

/*.sdsyP2 .list li.left, .sdsyP2 .list li.right{ display: none; }*/

.sdsyP3{ padding: 1.4rem 0; }
.sdsyP3 .msg{ font-size: 0.3rem; line-height: 0.3rem; color: #333; text-align: center; padding-bottom: 0.8rem; font-family: light; }
.sdsyP3 .list ul{ margin-right: -0.46rem; }
.sdsyP3 .list li{ float: left; width: 33.33%; }
.sdsyP3 .list li .box{ margin-right: 0.46rem; height: 3.2rem; padding: 0.75rem 0.5rem 0; background: #f8f8f8; border-radius: 8px; box-sizing: border-box; text-align: center;}
.sdsyP3 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.3rem; color: #333; font-weight: bold; }
.sdsyP3 .list li .wen{ font-size: 0.18rem; line-height: 0.36rem; font-family: light;}
.sdsyP3 .list li .box:hover{ background: #c80527; }
.sdsyP3 .list li .box:hover .name, .sdsyP3 .list li .box:hover .wen{ color: #fff; }

.sdsyP4{ padding: 1.4rem 0; background: #f6f6f6; }
.sdsyP4 .title{ text-align: center; }
.sdsyP4 .title:after{ left: 50%; margin-left: -16px; }
.sdsyP4 .content{ width: auto; padding: 0.25rem 0 0.9rem; text-align: center; font-size: 0.24rem; line-height: 0.48rem; }

.sdsyP5{ position: relative;}
.sdsyP5:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -1.46rem; width: 4.72rem; height: 2.93rem; background: url(../images/nimg472Bg.png) no-repeat; background-size: 4.72rem;}
.sdsyP5 .mxfDiv{ position: relative; overflow: hidden; }
.sdsyP5 .mxfDiv:after{ content: ''; position: absolute; left: 55%; top: 0; width: 1px; height: 100%; background: #eee; }
.sdsyP5 .leftDiv{ width: 55%; padding-top: 1.4rem; position: relative; z-index: 1; }
.sdsyP5 .txtDiv .cn{ font-size: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; }
.sdsyP5 .txtDiv .en{ padding-top: 0.2rem; font-size: 0.24rem; color: rgba(204,204,204,0.6); line-height: 0.24rem; font-family: regular; text-transform: uppercase; letter-spacing: 2px; }
.sdsyP5 .leftDiv .txtDiv{ width: 3.62rem; }
.sdsyP5 .leftDiv .limg img{ width: 3.72rem; }
.sdsyP5 .rightDiv{ width: 45%; padding: 1.4rem 0 1.45rem 1.5rem; box-sizing: border-box; }
.sdsyP5 .list{ padding-top: 1.0rem; }
.sdsyP5 .list ul{ margin-right: -0.4rem; }
.sdsyP5 .list li{ float: left; width: 50%; }
.sdsyP5 .list li .box{ margin-right: 0.4rem; }
.sdsyP5 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.sdsyP5 .list li .bg{ height: 1.42rem; box-sizing: border-box; border-radius: 0.24rem; }

.sdsyP6{ padding-top: 1.4rem; position: relative; overflow: hidden; background: #f1f1f1;}
.sdsyP6:after{ content: ''; position: absolute; letter-spacing: 0; top: 0; width: 100%; height: 9.44rem; background: url(../images/sdsyP6.jpg) center no-repeat; background-size: cover; }
.sdsyP6 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; }
.sdsyP6 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.sdsyP6 .content{ position: relative; z-index: 1; font-size: 0.24rem; color: #333; text-align: center; line-height: 0.48rem; padding: 0.4rem 0 0.75rem; font-family: light; }
.sdsyP6 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 14.4rem; height: 7.2rem; background: url(../images/nimg1440Bg.png) center no-repeat; background-size: cover; }
.sdsyP6 .qwer{ position: absolute; left: 50%; margin-left: -35%; top: 7%; width: 70%; height:78.4%; background:#f0f0f0}
.sdsyP6 .qwer video{ width: 100%; height:100%; object-fit: cover;}

.zhuozhiP1{ padding: 1.85rem 0 0.9rem; }
.zhuozhiP1 .toptop{ position: relative; }
.zhuozhiP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.zhuozhiP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.zhuozhiP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.zhuozhiP1 .tips img{ padding-left: 0.3rem; }
.zhuozhiP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.zhuozhiP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.zhuozhiP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.zhuozhiP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.zhuozhiP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.zhuozhiP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.zhuozhiP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.zhuozhiP1 .content em{ font-family: light; }
.zhuozhiP1 .content b{ color: #d9463e; }

.zhuozhiP2{ padding-top: 1.6rem; padding-bottom: 3.0rem; background: url(../images/zhuozhiP2.jpg) center top no-repeat; background-size: 100%; }
.zhuozhiP2 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.25rem; }
.zhuozhiP2 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #fff; border-radius: 4px; }
.zhuozhiP2 .mxfDiv{ margin-top: 0.2rem; position: relative;}
.zhuozhiP2 .list{ position: relative; z-index: 2; }
.zhuozhiP2 .list li{ float: left; position: relative; width: 50%; }
.zhuozhiP2 .list li:nth-child(2n){ float: right; }
.zhuozhiP2 .list li .lbox{ position: relative; width: 4.5rem; box-sizing: border-box; padding-top: 0.85rem; height: 3.35rem; }
.zhuozhiP2 .list li:nth-child(2n) .lbox{ float: right; }
.zhuozhiP2 .list li .lbox:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.3); }
.zhuozhiP2 .list li:nth-child(3) .lbox:before, .zhuozhiP2 .list li:nth-child(4) .lbox:before{ display: none; }
.zhuozhiP2 .list li .num{ position: absolute; right: 0; top: 0.6rem; color: #fff; font-size: 0.18rem; line-height: 0.18rem; font-family: mont; }
.zhuozhiP2 .list li .name{ padding-top: 0.3rem; font-size: 0.24rem; color: #fff; font-family: light; line-height: 0.46rem; text-align: justify;}
.zhuozhiP2 .list li .x{ width: 0.48rem; height: 0.48rem; border: #fff solid 1px; border-radius: 50%; position: relative; }
.zhuozhiP2 .list li .x img{ position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; }

.zhuozhiP2 .layerDiv{ position: absolute; top: 0.4rem; left: 50%; margin-left: -4.51rem; z-index: 1; }
.zhuozhiP2 .limg img{ width: 9.02rem; }
.zhuozhiP2 .layerDiv p{ text-align: center; font-size: 0.18rem; line-height: 0.18rem; color: #999; padding-top: 0.25rem; font-family: light; }

.zhuozhiP3{ padding: 0.9rem 0 1.2rem; }
.zhuozhiP3 .title{ text-align: center; position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.25rem; color: #333; font-weight: bold; }
.zhuozhiP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.zhuozhiP3 .msg{ font-size: 0.24rem; color: #333; text-align: center; line-height: 0.36rem; padding: 0.45rem 0 0.75rem; font-family: light; }
.zhuozhiP3 .list li{ float: left; width: 33.33%; }
.zhuozhiP3 .list li .name{ width: 2.4rem; height: 2.4rem; line-height: 2.4rem; margin: 0 auto; border-radius: 50%; color: #fff; font-weight: bold; text-align: center; font-size: 0.4rem; }
.zhuozhiP3 .list li:nth-child(1) .name{ background-image: linear-gradient(top left,#d0020d,#ab0e17);
    background-image: -webkit-linear-gradient(top left,#d0020d,#ab0e17);
    background-image: -moz-linear-gradient(top left,#d0020d,#ab0e17);
    background-image: -o-linear-gradient(top left,#d0020d,#ab0e17);
    background-image: linear-gradient(to bottom right,#d0020d,#ab0e17);
    background-image: -webkit-linear-gradient(to bottom right,#d0020d,#ab0e17);
    background-image: -moz-linear-gradient(to bottom right,#d0020d,#ab0e17);
    background-image: -o-linear-gradient(to bottom right,#d0020d,#ab0e17);}
.zhuozhiP3 .list li:nth-child(2) .name{ background-image: linear-gradient(top left,#f1a336,#e97008);
    background-image: -webkit-linear-gradient(top left,#f1a336,#e97008);
    background-image: -moz-linear-gradient(top left,#f1a336,#e97008);
    background-image: -o-linear-gradient(top left,#f1a336,#e97008);
    background-image: linear-gradient(to bottom right,#f1a336,#e97008);
    background-image: -webkit-linear-gradient(to bottom right,#f1a336,#e97008);
    background-image: -moz-linear-gradient(to bottom right,#f1a336,#e97008);
    background-image: -o-linear-gradient(to bottom right,#f1a336,#e97008);}
.zhuozhiP3 .list li:nth-child(3) .name{ background-image: linear-gradient(top left,#0c009b,#6100f0);
    background-image: -webkit-linear-gradient(top left,#0c009b,#6100f0);
    background-image: -moz-linear-gradient(top left,#0c009b,#6100f0);
    background-image: -o-linear-gradient(top left,#0c009b,#6100f0);
    background-image: linear-gradient(to bottom right,#0c009b,#6100f0);
    background-image: -webkit-linear-gradient(to bottom right,#0c009b,#6100f0);
    background-image: -moz-linear-gradient(to bottom right,#0c009b,#6100f0);
    background-image: -o-linear-gradient(to bottom right,#0c009b,#6100f0);}
.zhuozhiP3 .list li .wen{ padding-top: 0.5rem; text-align: center; font-size: 0.3rem; line-height: 0.48rem; font-family: light; }

.zhuozhiP4{ background: #f5f5f5; padding: 1.3rem 0 1.45rem; }
.zhuozhiP4 .content{ color: #333; line-height: 0.48rem; font-size: 0.24rem; text-align: center; padding: 0 1.4rem 0.6rem; font-family: light; }
.zhuozhiP4 .tab{ position: relative; width: 9.6rem; background: #fff; margin: 0 auto; border-radius: 0.48rem; overflow: hidden; margin-bottom: 0.65rem;}
.zhuozhiP4 .tab li{ position: relative; z-index: 1; float: left; width: 20%; height: 0.64rem; line-height: 0.64rem; text-align: center; color: #333; font-size: 0.24rem; font-family: light; }
.zhuozhiP4 .tab .liNow{ color: #fff; }
.zzbg{ width: 20%; height: 100%; position: absolute; top: 0; left: 0; border-radius: 0.48rem; background-image: linear-gradient(left,#d5000b,#ae2229);
    background-image: -webkit-linear-gradient(left,#d5000b,#ae2229);
    background-image: -moz-linear-gradient(left,#d5000b,#ae2229);
    background-image: -o-linear-gradient(left,#d5000b,#ae2229);
    background-image: linear-gradient(to right,#d5000b,#ae2229);
    background-image: -webkit-linear-gradient(to right,#d5000b,#ae2229);
    background-image: -moz-linear-gradient(to right,#d5000b,#ae2229);
    background-image: -o-linear-gradient(to right,#d5000b,#ae2229);}

.zhuozhiP4 .tabContent{ animation: am_top 0.4s ease-out 0.2s backwards; -webkit-animation: am_top 0.4s ease-out 0.2s backwards;}
.zhuozhiP4 .mxfDiv{ height: 4.8rem; background: #fff; border-radius: 8px; overflow: hidden; }
.zhuozhiP4 .imgDiv{ height: 4.8rem; }
.zhuozhiP4 .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.zhuozhiP4 .conDiv{ width: 6.64rem; padding-right: 1.0rem; box-sizing: border-box; }
.zhuozhiP4 .name{ color: #333; font-weight: bold; font-size: 0.4rem; line-height: 0.4rem; padding-bottom: 0.15rem; }
.zhuozhiP4 .wen{ height: 0.5rem; position: relative; color: #c70025; font-size: 0.24rem; line-height: 0.24rem; font-family: light; }
.zhuozhiP4 .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 3px; background: #da3522; }
.zhuozhiP4 p{ padding-top: 0.3rem; line-height: 0.36rem; font-size: 0.18rem; font-family: light; }

.zhuozhiP5{ padding: 1.4rem 0; }
.zhuozhiP5 .cnTitle{ text-align: center; color: #000; font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; padding-bottom: 0.2rem; }
.zhuozhiP5 .enTitle{ text-align: center; color: #ccc; font-size: 0.24rem; line-height: 0.24rem; font-family: regular; text-transform: uppercase; }
.zhuozhiP5 .list{ padding-top: 0.6rem; overflow: hidden; }
.zhuozhiP5 .list ul{ display: block; margin-right: -1.08rem; width: auto; }
.zhuozhiP5 .list li{ float: left; width: 33.33%; }
.zhuozhiP5 .list li .box{ margin-right: 1.08rem; }
.zhuozhiP5 .list li .imgDiv{ overflow: hidden; border-radius: 8px;}
.zhuozhiP5 .list li .imgDiv img{ width: 100%;}
.zhuozhiP5 .list li .name{ margin-top: 0.5rem; text-align: center; color: #333; font-size: 0.36rem; height: 0.56rem; line-height: 0.56rem; font-family: light; }
.zhuozhiP5 .list li .msg{ font-size: 0.18rem; line-height: 0.5rem; text-align: center; font-family: light; }
.zhuozhiP5 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.zhuozhiP5 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.4rem;}
.zhuozhiP5 .swiper-pagination-bullet { position: relative; width: 0.16rem; height: 0.16rem; opacity: 1; border-radius: 50%; border: #da3522 solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.zhuozhiP5 .swiper-pagination-bullet-active { background: #da3522; }

.zhuozhiP6{ position: relative; background: #f5f5f5;}
.zhuozhiP6:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -0.76rem; width: 4.72rem; height: 2.93rem; background: url(../images/nimg472Bg.png) no-repeat; background-size: 4.72rem;}
.zhuozhiP6 .mxfDiv{ position: relative; overflow: hidden; }
.zhuozhiP6 .mxfDiv:after{ content: ''; position: absolute; left: 55%; top: 0; width: 1px; height: 100%; background: #eee; }
.zhuozhiP6 .leftDiv{ width: 55%; padding-top: 1.4rem; position: relative; z-index: 1; }
.zhuozhiP6 .txtDiv .cn{ font-size: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; }
.zhuozhiP6 .txtDiv .en{ padding-top: 0.2rem; font-size: 0.24rem; color: #ccc; line-height: 0.24rem; font-family: regular; text-transform: uppercase; letter-spacing: 2px; }
.zhuozhiP6 .leftDiv .txtDiv{ width: 3.62rem; }
.zhuozhiP6 .leftDiv .limg img{ width: 3.47rem; }
.zhuozhiP6 .rightDiv{ width: 45%; padding: 1.4rem 0 1.45rem 1.5rem; box-sizing: border-box; }
.zhuozhiP6 .list{ padding-top: 0.6rem; }
.zhuozhiP6 .list li{ float: left; margin-right: 15px; }
.zhuozhiP6 .list li .box{ width: 83px; }
.zhuozhiP6 .list li .color{ width: 52px; height: 52px; margin: 0 auto 0.25rem; border-radius: 50%; }
.zhuozhiP6 .list li .wen{ text-align: center; font-size: 14px; line-height: 14px; position: relative; padding-top: 45px; height: 45px; font-family: light; }
.zhuozhiP6 .list li .wen:after{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 36px; background: #c6c6c6; }

.zhuozhiP7{ padding: 1.4rem 0 1.2rem; position: relative; overflow: hidden; background: #f5f5f5;}
.zhuozhiP7:after{ content: ''; position: absolute; letter-spacing: 0; top: 0; width: 100%; height: 8.06rem; background: #fff; }
.zhuozhiP7 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; margin-bottom: 0.5rem; }
.zhuozhiP7 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.zhuozhiP7 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 14.4rem; height: 6.1rem; background: url(../images/nimg1440Bg2.png) center no-repeat; background-size: 100% 100%; }
.zhuozhiP7 .qwer{ position: absolute; left: 50%; margin-left: -34.5%; top: 7%; width: 69%; height:78.4%; background:#fafafb}
.zhuozhiP7 .qwer video{ width: 100%;/* height:100%;*/ object-fit: cover;}

.zhuozhiP8{ padding-top: 1.2rem; }
.zhuozhiP8 .title{ font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.25rem; position: relative; text-align: center; color: #333; font-weight: bold; }
.zhuozhiP8 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.zhuozhiP8 .wen{ text-align: center; color: #333; font-family: light; padding: 0.6rem 0 0.9rem; font-size: 0.36rem; line-height: 0.36rem; }

.zhuozhiP8 .temeBox{ position: relative; overflow: hidden;}
.zhuozhiP8 .bg video{ width: 100%; display: block; }
.zhuozhiP8 .bg img{ width: 100%; }
.zhuozhiP8 .list{ z-index: 2;}
.zhuozhiP8 .list li{ position: absolute; width: 89px; padding-bottom: 125px; cursor: pointer;}
.zhuozhiP8 .list li:after{ content: ''; position: absolute; left: 50%; width: 2px; height: 125px; margin-left: -1px; background: url(../images/line3.png) no-repeat; }
.zhuozhiP8 .list li .name{ width: 89px; height: 89px; text-align: center; background: url(../images/nimg89Bg.png) no-repeat; color: #fff; font-size: 16px; line-height: 22px; font-weight: bold; }
.zhuozhiP8 .list .li01{ left: 20.5%; top: 39%; z-index: 5;}
.zhuozhiP8 .list .li02{ left: 28%; top: 30%; z-index: 4; }
.zhuozhiP8 .list .li03{ left: 41%; top: 50%; z-index: 3;}
.zhuozhiP8 .list .li04{ right: 41.9%; top: 60.8%; z-index: 2;}
.zhuozhiP8 .list .li05{ right: 38.6%; top: 13.5%; }

.zhuozhiP8 .plane{ left: -20%; top: 12.3%; width: 17.7%; z-index: 2; }
.zhuozhiP8 .temeBox.cur .plane{ left: 5.2%; }
.zhuozhiP8 .decoration{ position: absolute; z-index: 1; }
.zhuozhiP8 .boat { width: 25.8%; right: -12.52%; top: 84.34%; animation: boat 20s ease infinite;}
@keyframes boat {
  0% {
    transform: translate(-600px, -380px);
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

.zhuozhiP8 .train { width: 22%; right: -19.8%; bottom: 51.2%; z-index: 0; animation: train 20s linear infinite;}
@keyframes train {
  0% {
    transform: translate(0, 0);
  }
  80% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translate(-1.8rem, 1.1rem);
    opacity: 0;
    visibility: hidden;
  }
}

.zhuozhiP8 .fly { width: 4.8%; left: 37%; bottom: 15%; animation: fly 4s linear infinite;}

@keyframes fly {
  0%,
  100% {
    transform: translate(0, 0);
  }
  25%,
  75% {
    transform: translate(0, 20px);
  }
  50% {
    transform: translate(50px, -20px);
  }
}

.zhuozhiP8 .car { width: 2.3%; left: 40%; top: 76.5%; animation: upDown4 1s infinite alternate linear;}
@keyframes upDown4 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-2px); } }
@-webkit-keyframes upDown4 {
  from {
    -webkit-transform: translateY(0); }
  to {
    -webkit-transform: translateY(-2px); } }

.zhuozhiP9{ padding: 1.2rem 0 1.8rem; }
.zhuozhiP9 .title{ font-size: 0.36rem; line-height: 0.36rem; color: #333; text-align: center; padding-bottom: 0.5rem; font-family: light; }
.zhuozhiP9 .leftScroll{ padding: 0.32rem 0; overflow:hidden; }
.zhuozhiP9 .leftScroll .list li{ float: left; margin: 0 28px;}
.zhuozhiP9 .leftScroll .list li .limg{ border: #313131 solid 0.1rem; border-radius: 16px; height: 4.9rem; width: 9.64rem; overflow: hidden; }
.zhuozhiP9 .leftScroll .list li .limg img{ width: 100%; height: 100%; object-fit: cover; }
.zhuozhiP9 .rightScroll{ padding: 0.32rem 0; overflow:hidden; }
.zhuozhiP9 .rightScroll .list li{ float: left; margin: 0 28px;}
.zhuozhiP9 .rightScroll .list li .limg{ border: #313131 solid 0.1rem; border-radius: 16px; height: 4.9rem; width: 9.64rem; overflow: hidden; }
.zhuozhiP9 .rightScroll .list li .limg img{ width: 100%; height: 100%; object-fit: cover; }
.tempWrap{ width:100%!important;}

.constructP1{ padding: 1.25rem 0; }
.constructP1 .title{ font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; padding-bottom: 0.2rem; }
.constructP1 .wen{ font-size: 0.36rem; line-height: 0.36rem; color: #333; text-align: center; padding-bottom: 0.3rem; font-family: light; }
.constructP1 .msg{ font-size: 0.18rem; line-height: 0.18rem; text-align: center; font-family: light; color: #333; padding-bottom: 0.45rem; }
.constructP1 .mxfDiv{ position: relative; z-index: 1; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center;}
.constructP1 .mxfDiv:before{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #e6e6e6;}
.constructP1 .mxfDiv .mid{ margin: 0 1.45rem; width: 3.24rem; height: 3.24rem; border: #dcdcdc solid 1px; border-radius: 50%; position: relative; }
.constructP1 .mxfDiv .pink{ position: absolute; left: 0; top: 50%; margin-top: -0.8rem; width: 1.6rem; height: 1.6rem; background: #fef2f3; border-radius: 50%; }
.constructP1 .mxfDiv .pink:after{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #e6e6e6; }
.constructP1 .mxfDiv .txt{ position: absolute; width: 2.02rem; height: 2.02rem; font-size: 0.3rem; color: #fff; font-weight: bold; line-height: 0.4rem; right: 0.5rem; top: 50%; margin-top: -1.01rem; background: #e60012; border-radius: 50%; }
.constructP1 .mxfDiv .left{ position: relative; z-index: 1; width: 2.02rem; height: 2.02rem; background: #eee; border-radius: 50%; color: #333; box-sizing: border-box; padding: 0 0.2rem; text-align: center; }
.constructP1 .mxfDiv .left b{ display: block; font-weight: bold; font-size: 0.24rem; line-height: 0.24rem; padding-bottom: 0.15rem;}
.constructP1 .mxfDiv .left p{ font-family: light; font-size: 0.16rem; line-height: 0.24rem;}

.constructP2{ position: relative; height: 9.83rem; background: url(../images/constructP2.jpg) center no-repeat; background-size: cover; }
.constructP2 .layerImg{ position: absolute; right: 0; top: 0; z-index: 1; width: 45%; }
.constructP2 .layerImg img{ width: 100%; }
.constructP2 .conLayer{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 1; top: 1.6rem; padding-left: 1.15rem; width: 5.4rem; }
.constructP2 .cnTxt{ font-weight: bold; color: #fff; font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.2rem; }
.constructP2 .enTxt{ color: #fff; font-family: mont; font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 5px;}
.constructP2 .content{ font-size: 14px; color: #fff; line-height: 24px; width: 4.35rem; font-family: light;}
.constructP2 .links{ padding-top: 0.65rem; }
.constructP2 .links li{ float: left; width: 50%; font-weight: bold; font-size: 0.2rem;}
.constructP2 .links li a{ display: block; position: relative; padding-left: 40px; height: 0.44rem; line-height: 0.44rem; color: #fff; }
.constructP2 .links li a:before{ content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #fff; }
.constructP2 .links li a:hover{ color: #e60012; }
.constructP2 .links li a:hover:before{ background: #e60012; }
.constructP2 .more{ margin-top: 0.6rem; }
.constructP2 .more a{ display: block; width: 34px; height: 34px; border: #fff solid 2px; border-radius: 50%; background: url(../images/ico6on.png) center no-repeat; }
.constructP2 .more a:hover{ border: #e60012 solid 2px;background: url(../images/ico7.png) center no-repeat;}

.constructP3{ position: relative; height: 6.25rem; z-index: 1;}
.constructP3 .layerImg{ position: absolute; left: 0; top: -1.7rem; width: 45.8%; z-index: 1; }
.constructP3 .layerImg img{ width: 100%; }
.constructP3 .conLayer{ padding: 0.9rem 0 0 1.65rem; width: 6.8rem;}
.constructP3 .cnTxt{ font-weight: bold; color: #333; font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.2rem; }
.constructP3 .enTxt{ color: #999; font-family: mont; font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 5px;}
.constructP3 .content{ font-size: 14px; line-height: 24px; width: 6.35rem; font-family: light;}
.constructP3 .links{ padding-top: 0.35rem; width: 5.4rem;}
.constructP3 .links li{ float: left; width: 50%; font-weight: bold; font-size: 0.2rem;}
.constructP3 .links li a{ display: block; position: relative; padding-left: 40px; height: 0.44rem; line-height: 0.44rem; color: #333; }
.constructP3 .links li a:before{ content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #999; }
.constructP3 .links li a:hover{ color: #e60012; }
.constructP3 .links li a:hover:before{ background: #e60012; }
.constructP3 .more{ margin-top: 0.4rem; }
.constructP3 .more a{ display: block; width: 34px; height: 34px; border: #666 solid 2px; border-radius: 50%; background: url(../images/ico6.png) center no-repeat; }
.constructP3 .more a:hover{ border: #e60012 solid 2px;background: url(../images/ico7.png) center no-repeat;}

.constructP4{ padding-top: 1.0rem; position: relative; z-index: 1; }
.constructP4 .mxfDiv{ height: 5.8rem; background: #fff;}
.constructP4 .conDiv{ padding: 0.7rem 0 0 1.15rem; width: 50%; box-sizing: border-box; }
.constructP4 .cnTxt{ font-weight: bold; color: #333; font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.2rem; }
.constructP4 .enTxt{ color: #999; font-family: mont; font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 5px;}
.constructP4 .content{ font-size: 14px; line-height: 24px; width: 5.35rem; font-family: light;}
.constructP4 .links{ padding-top: 0.35rem; width: 5.4rem;}
.constructP4 .links li{ float: left; width: 50%; font-weight: bold; font-size: 0.2rem;}
.constructP4 .links li a{ display: block; position: relative; padding-left: 40px; height: 0.44rem; line-height: 0.44rem; color: #333; }
.constructP4 .links li a:before{ content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #999; }
.constructP4 .links li a:hover{ color: #e60012; }
.constructP4 .links li a:hover:before{ background: #e60012; }
.constructP4 .more{ margin-top: 0.35rem; }
.constructP4 .more a{ display: block; width: 34px; height: 34px; border: #666 solid 2px; border-radius: 50%; background: url(../images/ico6.png) center no-repeat; }
.constructP4 .more a:hover{ border: #e60012 solid 2px;background: url(../images/ico7.png) center no-repeat;}
.constructP4 .imgDiv{ width: 50%; height: 5.8rem;}
.constructP4 .imgDiv img{ width: 100%; height: 100%; object-fit: cover;}

.constructP5{ position: relative; margin-top: -1.7rem; height: 8.95rem; background: url(../images/constructP5.jpg) center no-repeat; background-size: cover; }
.constructP5 .conLayer{ position: absolute; box-sizing: border-box; right: 50%; margin-right: -7.68rem; width: 50%; height: 5.95rem; padding: 0.9rem 0 0 1.65rem; background: #fff; bottom: -1.8rem; box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);}
.constructP5 .cnTxt{ font-weight: bold; color: #333; font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.2rem; }
.constructP5 .enTxt{ color: #999; font-family: mont; font-size: 0.18rem; line-height: 0.18rem; padding-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 5px;}
.constructP5 .content{ font-size: 14px; line-height: 24px; width: 6.35rem; font-family: light;}
.constructP5 .links{ padding-top: 0.35rem; width: 5.4rem;}
.constructP5 .links li{ float: left; width: 50%; font-weight: bold; font-size: 0.2rem;}
.constructP5 .links li a{ display: block; position: relative; padding-left: 40px; height: 0.44rem; line-height: 0.44rem; color: #333; }
.constructP5 .links li a:before{ content: ''; position: absolute; left: 0; top: 50%; width: 20px; height: 1px; background: #999; }
.constructP5 .links li a:hover{ color: #e60012; }
.constructP5 .links li a:hover:before{ background: #e60012; }
.constructP5 .more{ margin-top: 0.35rem; }
.constructP5 .more a{ display: block; width: 34px; height: 34px; border: #666 solid 2px; border-radius: 50%; background: url(../images/ico6.png) center no-repeat; }
.constructP5 .more a:hover{ border: #e60012 solid 2px;background: url(../images/ico7.png) center no-repeat;}
.constructP5 .imgDiv img{ width: 100%; }

.constructP6{ padding: 1.5rem 0 1.2rem; }
.constructP6 .title{ color: #333; font-size: 0.32rem; line-height: 0.32rem; font-family: light; padding-bottom: 0.6rem; }
.constructP6 .mxfDiv{ padding: 0 1.23rem; }
.constructP6 .txt{ font-size: 0.72rem; line-height: 0.86rem; color: #333; padding-bottom: 0.45rem; font-weight: bold; }
.constructP6 .wen{ font-size: 0.18rem; line-height: 0.18rem; color: #333; font-weight: bold; padding-bottom: 0.65rem; }
.constructP6 .wen em{ padding-left: 0.2rem; color: #e60012; font-family: mont; }

.constructP6 .pjDiv{ height: 3.63rem; background: #f2f2f2; position: relative; }
.constructP6 .conDiv{ width: 50%; padding: 0.7rem 0.8rem 0 0.65rem; box-sizing: border-box; order: 1;}
.constructP6 .zi1{ font-weight: bold; color: #333; font-size: 0.45rem; line-height: 0.45rem; padding-bottom: 0.1rem; }
.constructP6 .zi2{ font-size: 0.45rem; line-height: 0.45rem; color: #333; font-family: light; padding-bottom: 0.35rem; }
.constructP6 .content{ font-size: 15px; color: #333; line-height: 24px; font-family: light; }
.constructP6 .imgDiv{ width: 6.45rem; height: 3.63rem; order: 2; }
.constructP6 .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.constructP6 .ico{ position: absolute; left: 0.65rem; bottom: -19px; width: 38px; height: 38px; background: #e60012 url(../images/ico5on.png) center no-repeat; border-radius: 50%; }

.constructP7{ padding-top: 1.3rem; height: 7.94rem; background: url(../images/constructP7.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.constructP7 .txt{ font-size: 0.24rem; color: #fff; text-align: center; line-height: 0.32rem; font-family: light; width: 5.8rem; margin: 0 auto; padding-bottom: 0.7rem; }
.constructP7 .mxfDiv{ border-radius: 8px; background: #fafafa; height: 7.2rem; position: relative; padding: 0 0.9rem 0 8.16rem;}
.constructP7 .tabContentDiv{ position: absolute; left: 0; top: 0; }
.constructP7 .imgDiv{ width: 7.26rem; border-radius: 8px; overflow: hidden; }
.constructP7 .imgDiv img{ width: 100%; animation: am_scale 0.8s ease-out 0.1s backwards; -webkit-animation: am_scale 0.8s ease-out 0.1s backwards;}
.constructP7 .tab{ padding-top: 0.4rem; }
.constructP7 .tab li .name{ position: relative; height: 0.85rem; line-height: 0.85rem; font-family: light; font-size: 0.3rem; color: #999; }
.constructP7 .tab li .name em{ padding-left: 0.2rem; font-size: 0.24rem; color: #333; }
.constructP7 .tab li .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ccc; }
.constructP7 .tab li .hideBox{ display: none; border: #dcdcdc solid 1px; border-radius: 8px; background: #fff; padding: 0.25rem 0.3rem;}
.constructP7 .tab li .wen{ font-size: 0.16rem; line-height: 0.32rem; font-weight: bold; color: #333; }
.constructP7 .tab li p{ font-size: 0.16rem; line-height: 0.32rem; color: #999; font-family: light;}
.constructP7 .tab .liNow .name{ color: #e60012; }
.constructP7 .tab .liNow .name:after{ display: none; }
.constructP7 .tab .liNow .hideBox{ display: -webkit-box;}

.constructP8{ padding-top: 3.2rem; height: 6.9rem; box-sizing: border-box; background: url(../images/constructP8.jpg) center no-repeat; background-size: cover;}
.constructP8 .title{ text-align: center; color: #fff; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.3rem; }
.constructP8 .msg{ color: #fff; font-size: 0.36rem; line-height: 0.54rem; width: 7.56rem; margin: 0 auto 0.75rem; text-align: center; font-family: light; }
.constructP8 .ico{ width: 38px; height: 38px; border-radius: 50%; margin: 0 auto; border: #fff solid 2px; box-sizing: border-box; background: url(../images/ico5on.png) center no-repeat; }

.constructP9{ padding: 10px 0; }
.constructP9 .mxfDiv{ position: relative; overflow: hidden; }
.constructP9 .leftDiv{ width: 50%; position: relative; z-index: 1; }
.constructP9 .rightDiv{ width: 50%; padding-left: 0.8rem; box-sizing: border-box; }
.constructP9 .list li{ height: 3.5rem; padding-top: 0.6rem; padding-right: 0.9rem; }
.constructP9 .list li:last-child{ padding-top: 0; }
.constructP9 .list li .cn{ position: relative; padding-left: 0.65rem; line-height: 0.52rem; font-size: 0.36rem; color: #e00a0e; font-weight: bold; }
.constructP9 .list li .cn em{ position: absolute; left: 0; top: 0; font-family: mont; }
.constructP9 .list li .en{ color: #dee0df; font-family: regular; font-size: 0.2rem; line-height: 0.3rem; padding-left: 0.65rem; }
.constructP9 .list li .msg{ font-size: 16px; line-height: 28px; color: #333; font-family: light; padding: 0.3rem 0 0 0.65rem; }

.constructP10{ height: 7.05rem; background: url(../images/constructP10.jpg) center no-repeat; background-size: cover; }
.constructP10 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.2rem; }
.constructP10 .wen{ font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.5rem; color: #fff; font-family: light; }
.constructP10 .tel{ font-size: 0.18rem; line-height: 0.18rem; color: #fff; font-weight: bold; padding-bottom: 0.7rem;}
.constructP10 .tel em{ padding-left: 15px; font-family: mont; }
.constructP10 .btnDiv{ width: 1.78rem; margin: 0 auto; }
.constructP10 .btnDiv a{ position: relative; display: block; width: 100%; height: 0.52rem; overflow: hidden; text-align: center; color: #fff; line-height: 0.52rem; background: #e60012; border-radius: 0.36rem; font-size: 0.18rem; font-weight: bold; }
.constructP10 .btnDiv em{ position: relative; z-index: 1; }
.constructP10 .btnDiv a:after{ content: ""; display: block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-image: linear-gradient(90deg,#cc0000 0,#e10000); transition: 0.5s;}
.constructP10 .btnDiv a:hover:after{ width:100%;}

.constructP11{ padding: 1.6rem 0; }
.constructP11 .title{ font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.25rem; color: #333; }
.constructP11 .wen{ font-size: 0.18rem; line-height: 0.18rem; color: #333; padding-bottom: 0.75rem; }
.constructP11 .imgDiv img{ width: 100%; }

.constructP12{ height: 9.0rem; padding-top: 1.4rem; background: url(../images/constructP12.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.constructP12 .mxfDiv{ position: relative; overflow: hidden; }
.constructP12 .circle-box { box-sizing: border-box; position: absolute; left: 50%; margin-left: -2.3rem; top: 0.8rem; text-align: center; color: #fff; width: 4.6rem; height: 4.6rem; border-radius: 50%; padding: 0.48rem;}
.constructP12 .circle-box:before,.constructP12 .circle-box:after { content: ""; width: 100%; height: 100%; border-radius: 50%; box-sizing: border-box; border: 1px solid #fff; position: absolute; left: 0; top: 0; z-index: 0;}
.constructP12 .circle-box:before { -webkit-animation: circle_1 10s infinite alternate-reverse;}
.constructP12 .circle-box:after { -webkit-animation: circle_2 10s infinite alternate-reverse;}
.constructP12 .txt{ font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; }
.constructP12 .wen{ padding-top: 0.2rem; line-height: 0.5rem; font-size: 0.3rem; font-family: light; }
.constructP12 .list li{ position: relative; padding-left: 1.2rem; width: 2.3rem; height: 2.3rem; color: #fff; }
.constructP12 .list li:nth-child(2){ height: 2.6rem; }
.constructP12 .list li:nth-child(3){ height: auto; }
.constructP12 .list li .ico{ position: absolute; left: 0; top: 0; }
.constructP12 .list li .name{ height: 0.42rem; font-weight: bold; font-size: 0.24rem; }
.constructP12 .list li .msg{ font-size: 16px; line-height: 28px; font-family: light; }

.constructP13{ padding: 1.4rem 0 1.6rem; background: #f6f6f6; }
.constructP13 .title{ text-align: center; color: #333; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; padding-bottom: 0.6rem;}
.constructP13 .list li{ float: left; width: 14.28%; }
.constructP13 .list li .box{ height: 1.1rem; background: #fff; border-bottom: #eeeff3 solid 1px; border-right: #eeeff3 solid 1px;  }
.constructP13 .list li:nth-child(odd) .box{ background: #f7f8f9; }
.constructP13 .list li a{ position: relative; height: 1.1rem; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center;}
.constructP13 .list li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #ed251b; }
.constructP13 .list li img{ max-width: 1.6rem; max-height: 0.9rem; mix-blend-mode: multiply; }
.constructP13 .list li .box:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1); }

.brandP1 .toptop{ padding: 1.2rem 0 0.8rem; }
.brandP1 .title{ font-weight: bold; color: #333; font-size: 0.48rem; line-height: 0.48rem; text-align: center; padding-bottom: 0.2rem; }
.brandP1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; font-family: light; padding-bottom: 0.35rem; color: #333; }
.brandP1 .msg{ font-size: 0.18rem; text-align: center; line-height: 0.18rem; text-align: center; font-family: light; color: #333; }

.brandP1 .botbot{ position: relative; height: 7.68rem; background: url(../images/brandP1.jpg) center no-repeat; background-size: cover; }
.brandP1 .botbot .wal{ height: 7.68rem; }
.brandP1 .botbot .txtImg img{ width: 5.32rem; }
.brandP1 .botbot .txt{ font-size: 0.6rem; line-height: 0.6rem; padding-bottom: 0.35rem; position: relative; font-family: light; color: #333; }
.brandP1 .botbot .txt:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; background: #e60012; border-radius: 4px; }
.brandP1 .botbot .content{ font-size: 16px; line-height: 32px; width: 5.76rem; font-family: light; padding: 0.3rem 0 0.9rem; }
.brandP1 .botbot .label{ font-size: 0.2rem; line-height: 0.32rem; color: #333; font-family: light; }
.brandP1 .botbot .label em{ padding-right: 0.35rem; }
.brandP1 .botbot .label em:last-child{ padding-right: 0; }

.brandP2{ height: 6.88rem; background: #0066ff; position: relative;}
.brandP2 .leftImg{ width: 50%; height: 6.88rem;}
.brandP2 .leftImg img{ width: 100%; height: 100%; object-fit: cover; }
.brandP2 .rightDiv{ position: absolute; right: 50%; margin-right: -7.68rem; top: 50%; transform: translateY(-50%); width: 5.8rem; z-index: 1; }
.brandP2 .txtImg img{ width: 3.35rem; }
.brandP2 .txt{ font-size: 0.6rem; line-height: 0.6rem; padding: 0.4rem 0; position: relative; font-family: light; color: #fff; }
.brandP2 .txt:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; background: #fff; border-radius: 4px; }
.brandP2 .content{ color: #fff; font-size: 16px; line-height: 32px; font-family: light; padding: 0.3rem 0 0.9rem; }
.brandP2 .label{ font-size: 0.2rem; line-height: 0.32rem; color: #fff; font-family: light; display:none; }
.brandP2 .label em{ padding-right: 0.35rem; }
.brandP2 .label em:last-child{ padding-right: 0; }

.brandP3{ height: 6.88rem; position: relative;}
.brandP3 .leftBg{ width: 50%; height: 6.88rem; background: #333; }
.brandP3 .rightBg{ width: 50%; height: 6.88rem; background: #00c9ed; }
.brandP3 .leftCon{ position: absolute; left: 50%; margin-left: -7.68rem; width: 6.7rem; top: 1.45rem; z-index: 1;}
.brandP3 .leftCon .txtImg{ height: 1.1rem; }
.brandP3 .leftCon .txtImg img{ width: 5.24rem; }
.brandP3 .rightCon{ position: absolute; right: 50%; margin-right: -7.68rem; width: 5.8rem; top: 1.45rem; z-index: 1;}
.brandP3 .rightCon .txtImg{ height: 1.1rem; }
.brandP3 .rightCon .txtImg img{ width: 6.22rem; }
.brandP3 .txt{ font-size: 0.6rem; line-height: 0.6rem; padding-bottom: 0.4rem; position: relative; font-family: light; color: #fff; }
.brandP3 .txt:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; background: #fff; border-radius: 4px; }
.brandP3 .content{ color: #fff; font-size: 16px; line-height: 32px; font-family: light; padding: 0.3rem 0 0.9rem; width: 5.8rem; }
.brandP3 .label{ font-size: 0.2rem; line-height: 0.32rem; color: #fff; font-family: light; display:none; }
.brandP3 .label em{ padding-right: 0.35rem; }
.brandP3 .label em:last-child{ padding-right: 0; }

.brandP4{ padding: 1.4rem 0 0.9rem; }
.brandP4 .title{ text-align: center; padding-bottom: 0.3rem; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; position: relative; color: #333;}
.brandP4 .title:after{ content: ''; position: absolute; background: #e60012; left: 50%; margin-left: -23px; bottom: 0; width: 46px; height: 6px; border-radius: 4px;}
.brandP4 .list{ padding-top: 0.6rem; }
.brandP4 .list ul{ width: auto; display: flex; display: -webkit-flex; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between;}
.brandP4 .list li{ width: auto; }
.brandP4 .list li .box{ width: 4.0rem; height: 3.4rem;}
.brandP4 .list li .ico{ height: 0.7rem; }
.brandP4 .list li .name{ position: relative; padding-left: 0.65rem; font-size: 0.3rem; font-weight: bold; color: #333; }
.brandP4 .list li .name em{ position: absolute; left: 0; top: 0; font-size: 0.36rem; color: #e2e2e2; font-family: mont; }
.brandP4 .list li .content{ position: relative; margin-top: 0.15rem; padding-bottom: 0.35rem; color: #333; font-family: light; font-size: 0.16rem; line-height: 0.36rem; }
.brandP4 .list li .content:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 23px; height: 3px; background: #e60012; border-radius: 4px; }
.brandP4 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.4rem;}
.brandP4 .swiper-pagination-bullet { position: relative; width: 0.16rem; height: 0.16rem; opacity: 1; border-radius: 50%; border: #da3522 solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.brandP4 .swiper-pagination-bullet-active { background: #da3522; }

.brandP5{ position: relative; overflow: hidden; }
.brandP5 .leftImg{ width: 50%; height: 8.0rem; overflow: hidden; }
.brandP5 .leftImg img{ width: 100%; height: 100%; object-fit: cover; }
.brandP5 .rightDiv{ width: 50%; height: 8.0rem; background: center no-repeat; background-size: cover;}
.brandP5 .layer{ position: absolute; right: 50%; margin-right: -7.68rem; width: 5.6rem; top: 50%; transform: translateY(-50%); z-index: 1; }
.brandP5 .title{ color: #fff; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; position: relative; padding-bottom: 0.35rem; }
.brandP5 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; background: #fff; border-radius: 4px; }
.brandP5 .content{ padding-top: 0.2rem; font-size: 0.16rem; line-height: 0.3rem; color: #fff; font-family: light; width: 4.9rem;}
.brandP5 .label{ padding-top: 0.5rem; }
.brandP5 .label li{ float: left; margin-right: 18px; margin-bottom: 15px; height: 37px; line-height: 36px; padding: 0 0.24rem; color: #fff; font-size: 0.16rem; font-family: light; border: #fff solid 2px; border-radius: 0.24rem;}

.marketP1{ padding-top: 1.25rem; background: #f1f1f1; position: relative;}
.marketP1:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #e3e3e3; }
.marketP1 .title{ font-weight: bold; color: #333; font-size: 0.48rem; line-height: 0.48rem; text-align: center; padding-bottom: 0.2rem; }
.marketP1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; font-family: light; padding-bottom: 0.35rem; color: #333; }
.marketP1 .msg{ font-size: 0.18rem; text-align: center; line-height: 0.18rem; text-align: center; font-family: light; color: #333; padding-bottom: 1.0rem; }
.marketP1 .mxfDiv{ position: relative; padding-top: 0.25rem;}
.marketP1 .conDiv{ width: 7.56rem; height: 5.08rem; background: #fff; padding: 1.45rem 1.5rem 0; position: relative; box-sizing: border-box; box-shadow: 25px 43px 60px 0px rgba(83, 83, 83, 0.1); animation: am_left 0.4s ease-out 0.2s backwards; -webkit-animation: am_left 0.4s ease-out 0.2s backwards;}
.marketP1 .en{ padding-left: 0.6rem; font-weight: bold; color: #333; font-size: 0.48rem; line-height: 0.48rem; background: url(../images/ico8on.png) left center no-repeat; font-family: mont; }
.marketP1 .cn{ font-size: 0.36rem; line-height: 0.36rem; color: #333; font-family: light; padding: 0.25rem 0 0.4rem 0.6rem; position: relative; }
.marketP1 .cn:after{ content: ''; position: absolute; left: 0.6rem; bottom: 0; width: 32px; height: 2px; background: #ccc; }
.marketP1 .txt{ font-size: 0.16rem; line-height: 24px; padding: 0.35rem 0 0 0.6rem; font-family: light; }
.marketP1 .imgDiv{ position: absolute; right: 0; top: 0; z-index: 1; animation: am_right 0.4s ease-out 0.2s backwards; -webkit-animation: am_right 0.4s ease-out 0.2s backwards;}
.marketP1 .imgDiv img{ width: 9.05rem; }
.marketP1 .tab{ padding-top: 1.2rem; position: relative; z-index: 1; }
.marketP1 .tab li{ float: left; width: 25%; height: 1.9rem; position: relative; }
.marketP1 .tab li:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #00d99e; }
.marketP1 .tab li .name{ font-size: 0.24rem; line-height: 0.24rem; color: #333; font-family: mont; font-weight: bold; height: 0.45rem; }
.marketP1 .tab li .zi{ font-size: 0.16rem; line-height: 24px; font-family: light; width: 2.8rem;}
.marketP1 .tab li .ico{ position: absolute; left: 0; bottom: -5px; width: 13px; height: 13px; background: url(../images/ico8.png) no-repeat; z-index: 1; }
.marketP1 .tab .liNow:after{ width: 100%; }
.marketP1 .tab .liNow .name{ color: #00d99e; }
.marketP1 .tab .liNow .ico{ background: url(../images/ico8on.png) no-repeat;}

.marketP2{ padding: 1.45rem 0; }
.marketP2 .title{ position: relative; text-align: center; color: #333; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; padding-bottom: 0.35rem; }
.marketP2 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -23px; bottom: 0; width: 46px; height: 6px; background: #e60012; border-radius: 4px; }
.marketP2 .list{ margin-top: 0.6rem; position: relative; }
.marketP2 .list:after{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #eee; }
.marketP2 .list li{ position: relative; float: left; width: 25%; padding-top: 0.2rem; height: 2.68rem; text-align: center; box-sizing: border-box;}
.marketP2 .list li:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #eee; }
.marketP2 .list li:nth-child(4n):after{ display: none; }
.marketP2 .list li .ico{ height: 0.8rem; }
.marketP2 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; height: 0.56rem; color: #333; font-weight: bold; }
.marketP2 .list li .msg{ font-size: 0.16rem; line-height: 0.26rem; padding: 0 0.35rem; color: #333; font-family: light; }

.marketP3{ padding-top: 1.4rem; height: 8.96rem; background: url(../images/marketP3.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.marketP3 .title{ text-align: center; color: #fff; position: relative; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; padding-bottom: 0.35rem;}
.marketP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -23px; bottom: 0; width: 46px; height: 6px; background: #e60012; border-radius: 4px;}
.marketP3 .list{ padding-top: 0.6rem; overflow: hidden; }
.marketP3 .list ul{ display: block; margin-right: -0.52rem; width: auto; }
.marketP3 .list li{ float: left; width: 25%; }
.marketP3 .list li .box{ margin-right: 0.52rem; text-align: center; padding: 1.1rem 0.45rem 0; height: 4.6rem; box-sizing: border-box; background: rgba(0,0,0,0.2); border: rgba(255,255,255,0.3) solid 2px; border-radius: 8px; }
.marketP3 .list li .ico{ height: 1.15rem; }
.marketP3 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; height: 0.6rem; font-weight: bold; color: #fff; }
.marketP3 .list li .msg{ font-size: 0.16rem; line-height: 0.26rem; font-family: light; color: #fff; }
.marketP3 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.4rem;}
.marketP3 .swiper-pagination-bullet { position: relative; width: 0.16rem; height: 0.16rem; opacity: 1; border-radius: 50%; border: #da3522 solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.marketP3 .swiper-pagination-bullet-active { background: #da3522; }

.manageP1{ padding: 1.35rem 0 1.8rem; }
.manageP1 .wal{ width: 12.46rem; }
.manageP1 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333; font-weight: bold; padding-bottom: 0.2rem;}
.manageP1 .wen{ text-align: center; font-size: 0.36rem; line-height: 0.36rem; font-family: light; padding-bottom: 0.35rem; color: #333; }
.manageP1 .msg{ font-size: 0.18rem; text-align: center; line-height: 0.26rem; text-align: center; font-family: light; color: #333; padding: 0 0.75rem 0.45rem; }
/*.manageP1 .list{ overflow: hidden; }*/
.manageP1 .list ul{ display: block; margin-right: -0.44rem; width: auto; }
.manageP1 .list li{ float: left; width: 33.33%; }
.manageP1 .list li .box{ margin-right: 0.44rem; text-align: center; padding: 0.6rem 0.45rem 0; height: 4.2rem; box-sizing: border-box; background: #fff; border-radius: 8px; box-shadow: 0px 10px 60px 0px rgba(102, 102, 102, 0.1); }
.manageP1 .list li .ico{ width: 1.1rem; height: 1.1rem; margin: 0 auto; position: relative; background: #eee; border-radius: 50%;}
.manageP1 .list li .ico img{ position: absolute; left: 50%; margin-left: -23px; top: 50%; margin-top: -23px; }
.manageP1 .list li .ico .img1{ opacity:0;transform:scale3d(0,0,0);-webkit-transform:scale3d(0,0,0);-moz-transform:scale3d(0,0,0) }
.manageP1 .list li .name{ padding-top: 0.25rem; font-size: 0.36rem; line-height: 0.36rem; height: 0.55rem; font-weight: bold; color: #333; }
.manageP1 .list li .zi{ font-size: 0.16rem; line-height: 0.3rem; font-family: light; color: #333; }
.manageP1 .list li .box:hover{ background: #ff9907; }
.manageP1 .list li .box:hover .ico{ background: #fff; }
.manageP1 .list li .box:hover .ico img{opacity:0;}
.manageP1 .list li .box:hover .ico .img1{opacity:1;transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1)}
.manageP1 .list li .box:hover .name, .manageP1 .list li .box:hover .zi{ color: #fff; }
.manageP1 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.4rem;}
.manageP1 .swiper-pagination-bullet { position: relative; width: 0.16rem; height: 0.16rem; opacity: 1; border-radius: 50%; border: #da3522 solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.manageP1 .swiper-pagination-bullet-active { background: #da3522; }

.manageP2{ height: 9.72rem; position: relative; }
.manageP2 .bg{ height: 9.72rem; background: center no-repeat; background-size: cover; }
.manageP2 .bg img{ width: 100%; }
.manageP2 .info{ position: absolute; top: 0; height: 100%; left: calc((100% - 14.0rem) / 2); z-index: 2; width: 50%; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.manageP2 .title{ font-size: 0.36rem; line-height: 0.36rem; color: #fff; font-weight: bold; position: relative; padding-bottom: 0.3rem; }
.manageP2 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; border-radius: 4px; background: #e60012; }
.manageP2 .msg{ font-size: 0.16rem; line-height: 28px; color: #fff; margin-top: 0.25rem; height: 1.55rem; font-family: light; }
.manageP2 .btnDiv a{ display: block; color: #fff; text-align: center; width: 2.02rem; height: 0.55rem; line-height: 0.54rem; font-size: 16px; font-family: light; border: #fff solid 2px; border-radius: 0.36rem; }
.manageP2 .btnDiv a:hover{ border: #e60012 solid 2px; background: #e60012; }

.manageP3{ height: 9.68rem; position: relative; }
.manageP3 .bg{ height: 9.68rem; background: center no-repeat; background-size: cover; }
.manageP3 .bg img{ width: 100%; }
.manageP3 .info{ position: absolute; top: 0; height: 100%; right: calc((100% - 14.0rem) / 2); z-index: 2; width: 4.2rem; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.manageP3 .title{ font-size: 0.36rem; line-height: 0.36rem; color: #333; font-weight: bold; position: relative; padding-bottom: 0.3rem; }
.manageP3 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; border-radius: 4px; background: #e60012; }
.manageP3 .msg{ font-size: 0.16rem; line-height: 28px; color: #333; margin-top: 0.25rem; height: 1.55rem; font-family: light; }
.manageP3 .btnDiv a{ display: block; color: #333; text-align: center; width: 2.02rem; height: 0.55rem; line-height: 0.54rem; font-size: 16px; font-family: light; border: #333 solid 2px; border-radius: 0.36rem; }
.manageP3 .btnDiv a:hover{ border: #e60012 solid 2px; background: #e60012; color: #fff; }

.manageP4{ height: 9.68rem; position: relative; }
.manageP4 .bg{ height: 9.68rem; background: center no-repeat; background-size: cover; }
.manageP4 .bg img{ width: 100%; }
.manageP4 .info{ position: absolute; top: 0; height: 100%; left: calc((100% - 14.0rem) / 2); z-index: 2; width: 50%; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.manageP4 .title{ font-size: 0.36rem; line-height: 0.36rem; color: #fff; font-weight: bold; position: relative; padding-bottom: 0.3rem; }
.manageP4 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; border-radius: 4px; background: #e60012; }
.manageP4 .msg{ font-size: 0.16rem; line-height: 28px; color: #fff; margin-top: 0.25rem; height: 1.55rem; font-family: light; }
.manageP4 .btnDiv a{ display: block; color: #fff; text-align: center; width: 2.02rem; height: 0.55rem; line-height: 0.54rem; font-size: 16px; font-family: light; border: #fff solid 2px; border-radius: 0.36rem; }
.manageP4 .btnDiv a:hover{ border: #e60012 solid 2px; background: #e60012; }

.manageP5{ height: 9.72rem; position: relative; }
.manageP5 .bg{ height: 9.72rem; background: center no-repeat; background-size: cover; }
.manageP5 .bg img{ width: 100%; }
.manageP5 .info{ position: absolute; top: 0; height: 100%; right: calc((100% - 14.0rem) / 2); z-index: 2; width: 5.3rem; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.manageP5 .title{ font-size: 0.36rem; line-height: 0.36rem; color: #333; font-weight: bold; position: relative; padding-bottom: 0.3rem; }
.manageP5 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 46px; height: 6px; border-radius: 4px; background: #e60012; }
.manageP5 .msg{ font-size: 0.16rem; line-height: 28px; margin-top: 0.25rem; height: 1.55rem; font-family: light;}
.manageP5 .btnDiv a{ display: block; color: #333; text-align: center; width: 2.02rem; height: 0.55rem; line-height: 0.54rem; font-size: 16px; font-family: light; border: #333 solid 2px; border-radius: 0.36rem; }
.manageP5 .btnDiv a:hover{ border: #e60012 solid 2px; background: #e60012; color: #fff;}

.manageP6{ padding: 0 0 1.65rem; }
.manageP6 .title{ text-align: center; font-weight: bold; color: #333; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.6rem; }
.manageP6 .mxfDiv{ position: relative; }
.manageP6 .list ul{ margin-right: -24px; }
.manageP6 .list li{ float: left; width: 50%; margin: 14px 0; }
.manageP6 .list li .box{ margin-right: 24px; position: relative; height: 3.44rem; background: #f6f6f6; padding: 0 0.5rem 0 2.2rem;}
.manageP6 .list li:nth-child(1) .box, .manageP6 .list li:nth-child(4) .box{ border-bottom-left-radius: 0.64rem; border-top-right-radius: 0.64rem; }
.manageP6 .list li:nth-child(2) .box, .manageP6 .list li:nth-child(3) .box{ border-bottom-right-radius: 0.64rem; border-top-left-radius: 0.64rem; }
.manageP6 .list li .ico{ position: absolute; left: 1.0rem; top: 0.6rem; width: 70px; height: 70px; border: #cfcfcf solid 2px; border-bottom-left-radius: 20px; border-top-right-radius: 20px; }
.manageP6 .list li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -22px; margin-top: -22px; }
.manageP6 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; font-weight: bold; color: #333; padding: 0.6rem 0 0.25rem; }
.manageP6 .list li .msg{ font-family: light; font-size: 0.16rem; line-height: 24px; color: #333; }
.manageP6 .list li .msg p{ padding-bottom: 10px; }
.manageP6 .round{ position: absolute; left: 50%; top: 50%; width: 2.6rem; height: 2.6rem; margin-left: -1.3rem; margin-top: -1.3rem; background: #ff9907; border-radius: 50%; font-size: 0.36rem; line-height: 0.48rem; text-align: center; font-weight: bold; color: #fff; z-index: 1; }

.manageP7{ padding-top: 1.5rem; height: 7.95rem; box-sizing: border-box; background: url(../images/manageP7.jpg) center no-repeat; background-size: cover; }
.manageP7 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #fff; font-weight: bold; position: relative; padding-bottom: 0.4rem; }
.manageP7 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -23px; width: 46px; height: 6px; border-radius: 4px; background: #e60012; }
.manageP7 .list{ padding-top: 1.35rem; }
.manageP7 .list ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.manageP7 .list li{ width: 1.4rem; text-align: center;}
.manageP7 .list li .round{ width: 1.16rem; height: 1.16rem; margin: 0 auto; position: relative; border-radius: 50%; }
.manageP7 .list li .round:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 50%; background: rgba(255,255,255,0.2); }
.manageP7 .list li .ico{ position: absolute; left: 50%; top: 50%; margin-left: -0.48rem; margin-top: -0.48rem; width: 0.96rem; height: 0.96rem; background: #fff; border-radius: 50%; }
.manageP7 .list li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -22px; margin-top: -22px; }
.manageP7 .list li .name{ padding: 0.35rem 0 0.25rem; color: #fff; font-weight: bold; font-size: 0.24rem; line-height: 0.24rem; }
.manageP7 .list li .msg{ font-size: 0.16rem; line-height: 24px; color: #fff; font-family: light;}

.contactP1{ padding-top: 2.2rem; overflow: hidden;}
.contactP1 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 1.2rem; }
.contactP1 .mxfDiv{ position: relative; }
.contactP1 .mapDiv{ width: 50%; height: 5.4rem; background: center no-repeat; background-size: cover; }
.contactP1 .leftDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 0; z-index: 1; }
.contactP1 .cn{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; color: #ce0000; padding-bottom: 0.15rem; }
.contactP1 .en{ font-size: 0.18rem; line-height: 0.18rem; color: #e0e0e0; font-family: mont; text-transform: uppercase; }
.contactP1 .msgList{ padding-top: 0.9rem; }
.contactP1 .msgList li{ padding-bottom: 0.45rem; }
.contactP1 .msgList li:last-child{ padding-bottom: 0; }
.contactP1 .msgList li .wen{ font-family: light; padding-bottom: 0.2rem; font-size: 16px; line-height: 16px; color: #9a9a9a;}
.contactP1 .msgList li .tel{ font-size: 0.3rem; line-height: 0.3rem; color: #ec0000; font-family:tonm;}
.contactP1 .msgList li .email{ font-size: 0.24rem; line-height: 0.24rem; color: #333; font-family: tonm; }
.contactP1 .msgList li .msg{ font-family: light; font-size: 0.18rem; line-height: 0.18rem; color: #333; }

.contactP2{ padding-top: 1.75rem; height: 5.35rem; overflow: hidden; position: relative; background: url(../images/contactBg.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.contactP2:after{ content: ''; position: absolute; right: 50%; margin-right: -4.49rem; bottom: 0; width: 8.98rem; height: 1.43rem; background: url(../images/nimg898Bg.png) no-repeat; background-size: 8.98rem; }
.contactP2 .conDiv{ margin: 0 auto; width: 5.9rem; z-index: 1; }
.contactP2 .cn{ padding: 0.25rem 0; font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: bold; }
.contactP2 .en{ color: rgba(51,51,51,0.3); font-size: 14px; font-family: tonm; text-transform: uppercase; }
.contactP2 .ewm{ box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}

.contactP3{ padding: 1.7rem 0; overflow: hidden; position: relative; background: #fcfcfc;}
.contactP3:before{ content: ''; position: absolute; left: 0; top: 0; width: 50%; height: 100%; background: #f8f8f8; }
.contactP3 .rightDiv{ width: 6.78rem; }
.contactP3 .leftLayer{ position: absolute; left: 50%; margin-left: -7.68rem; top: 1.0rem; width: 6.7rem; z-index: 1; }
.contactP3 .imgDiv img{ width: 100%; }
.contactP3 .name{ font-weight: bold; font-size: 0.36rem; line-height: 0.36rem; padding-top: 0.75rem; color: #cd0000; }
.contactP3 .msgList{ padding-top: 0.35rem; }
.contactP3 .msgList li{ padding-bottom: 0.45rem; }
.contactP3 .msgList li:last-child{ padding-bottom: 0; }
.contactP3 .msgList li .wen{ font-family: light; padding-bottom: 0.15rem; font-size: 16px; line-height: 16px; color: #9a9a9a;}
.contactP3 .msgList li .tel{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-family:tonm;}
.contactP3 .msgList li .email{ font-size: 0.24rem; line-height: 0.24rem; color: #333; font-family: tonm; }
.contactP3 .msgList li .msg{ font-family: light; font-size: 0.18rem; line-height: 0.18rem; color: #333; }
.contactP3 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #222; font-weight: bold; }
.contactP3 .title img{ padding-left: 18px; }
.contactP3 .tips{ font-size: 0.18rem; line-height: 0.32rem; color: #36393b; font-family: light; padding: 0.65rem 0 0.5rem; }
.contactP3 .form ul{ margin-right: -15px; }
.contactP3 .form li{ margin-bottom: 0.2rem; float: left; width: 50%;}
.contactP3 .form .li01{ width: 100%; }
.contactP3 .form li .box{ position: relative; background: #fff; border: #ededed solid 1px; border-radius: 4px; margin-right: 15px; }
.contactP3 .form li .input1{ width: 100%; padding-left: 0.2rem; box-sizing: border-box; height: 0.52rem; line-height: 0.52rem; font-size: 0.16rem; font-family: light; }
.contactP3 .form li .input1::-webkit-input-placeholder{ color: #666; opacity: 1;}
.contactP3 .form li .input1:-moz-placeholder{ color: #666; opacity: 1;}
.contactP3 .form li .input1::-moz-placeholder{ color: #666; opacity: 1;}
.contactP3 .form li .input1:-ms-input-placeholder{ color: #666; opacity: 1;}
.contactP3 .select{ position: relative; width: 100%;}
.contactP3 .select .caption { position: relative; cursor: pointer; width: 100%; padding-left: 0.2rem; box-sizing: border-box; height: 0.52rem; line-height: 0.52rem; font-size: 0.16rem; font-family: light;}
.contactP3 .select .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.contactP3 .select .caption:after { content: ""; display: block; width: 33px; height: 8px; background: url(../images/selectIco.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -4px; z-index: 2;}
.contactP3 .select .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 3; border-top: none; border: #ededed solid 1px; background: #fff; max-height: 2.5rem; overflow-y: auto; display: none; box-sizing: border-box; }
.contactP3 .select .xlist::-webkit-scrollbar { width: 2px;}
.contactP3 .select .xlist::-webkit-scrollbar-track { background-color: #e5e5e5;}
.contactP3 .select .xlist::-webkit-scrollbar-thumb { background-color: #df0000;} 
.contactP3 .select .xlist a { display: block; font-size: 0.16rem; color: #666; height: 0.5rem; line-height: 0.5rem; padding: 0 0.2rem; font-family: light;}
.contactP3 .select .xlist a:hover,.contactP3 .select .xlist a.on { color: #df0000;}
.contactP3 textarea{ width: 100%; height: 1.2rem; font-size: 0.16rem; line-height: 0.26rem; padding: 0.15rem 0.2rem 0; box-sizing: border-box; font-family: light; }
.contactP3 textarea::-webkit-input-placeholder{ color: #666; opacity: 1;}
.contactP3 textarea:-moz-placeholder{ color: #666; opacity: 1;}
.contactP3 textarea::-moz-placeholder{ color: #666; opacity: 1;}
.contactP3 textarea:-ms-input-placeholder{ color: #666; opacity: 1;}
.contactP3 .btnDiv{ padding-top: 0.2rem; }
.contactP3 .btnDiv a{ display: block; position: relative; overflow: hidden; font-size: 14px; width: 1.5rem; height: 0.5rem; text-align: center; line-height: 0.5rem; border-radius: 6px; color: #fff; font-weight: bold; background-image: linear-gradient(top,#cc0000,#e10000);
    background-image: -webkit-linear-gradient(top,#cc0000,#e10000);
    background-image: -moz-linear-gradient(top,#cc0000,#e10000);
    background-image: -o-linear-gradient(top,#cc0000,#e10000);
    background-image: linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -webkit-linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -moz-linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -o-linear-gradient(to bottom,#cc0000,#e10000);}
.contactP3 .btnDiv em{ position: relative; z-index: 1; }
.contactP3 .btnDiv a:after{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg,#e10000 0,#cc0000);
    transition: 0.5s;
}
.contactP3 .btnDiv a:hover:after{ height:100%;}

.contactP4{ overflow: hidden;}
.contactP4 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 1.2rem; }
.contactP4 .mxfDiv{ position: relative; height: 5.4rem;}
.contactP4 .mapDiv{ position: absolute; left: 0; top: 0; width: 50%; height: 5.4rem; background: center no-repeat; background-size: cover; }
.contactP4 .rightDiv{ width: 6.34rem; height: 5.4rem; }
.contactP4 .cn{ font-size: 0.36rem; line-height: 0.36rem; font-weight: bold; color: #ce0000; }
.contactP4 .msgList{ padding-top: 0.65rem; }
.contactP4 .msgList li{ padding-bottom: 0.45rem; }
.contactP4 .msgList li:last-child{ padding-bottom: 0; }
.contactP4 .msgList li .wen{ font-family: light; padding-bottom: 0.2rem; font-size: 16px; line-height: 16px; color: #9a9a9a;}
.contactP4 .msgList li .tel{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-family:tonm;}
.contactP4 .msgList li .email{ font-size: 0.24rem; line-height: 0.24rem; color: #333; font-family: tonm; }
.contactP4 .msgList li .msg{ font-family: light; font-size: 0.18rem; line-height: 0.18rem; color: #333; }


.aboutP1{ padding-top: 1.5rem; height: 9.0rem; background: url(../images/aboutP1.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.aboutP1 .title{ color: #fff; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 1.8rem; }
.aboutP1 .mxfDiv{ position: relative; }
.aboutP1 .bg{ position: absolute; right: 3.3rem; top: -1.15rem; }
.aboutP1 .bg img{ width: 2.1rem; }
.aboutP1 .layer{ position: absolute; right: 2.1rem; top: 0.4rem; z-index: 1; }
.aboutP1 .layer .txt{ color: #fff; line-height: 0.38rem; font-weight: bold; text-align: center; width: 0.4rem; font-size: 0.3rem; }
.aboutP1 .layer .zi{ color: #fff; font-size: 0.24rem; width: 0.3rem; text-align: center; line-height: 0.3rem; margin-right: 0.15rem; font-family: light; }
.aboutP1 .layer .zi em{ display: block; text-align: right; }

.historyPic{ width: 8.15rem; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center;}
.historyPic .img-swiper{ width: 0.95rem; height: 3.96rem; }
.historyPic .img-swiper .year{ cursor: pointer; font-size: 0.2rem; line-height: 0.36rem; font-family: mont; text-align: right; }
.historyPic .img-swiper .swiper-slide-active .year{ font-size: 0.36rem; color: #ccc; }
.historyPic .detail-box{ width: 5.94rem;}
.historyPic .detail-box .list .item { display: none; position: relative;}
.historyPic .detail-box .list .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.historyPic .detail-box .en{ line-height: 0.2rem; font-size: 0.2rem; color: rgba(204,204,204,0.3); text-transform: uppercase; padding-bottom: 0.15rem; font-family: mont;}
.historyPic .detail-box .cn{ font-size: 0.36rem; line-height: 0.36rem; padding-bottom: 0.3rem; position: relative; color: #fff; font-family: light; }
.historyPic .detail-box .cn:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 28px; height: 3px; background: #fff; }
.historyPic .detail-box .content{ font-size: 0.16rem; line-height: 0.32rem; font-family: light; text-align: justify; padding-top: 0.25rem; }

.aboutP2{ padding: 1.6rem 0; background: url(../images/aboutP2.png) center no-repeat; background-size: cover;}
.aboutP2 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; position: relative; padding-bottom: 0.4rem; }
.aboutP2 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -23px; bottom: 0; width: 46px; height: 6px; background: #e60012; border-radius: 4px; }
.aboutP2 .list{ padding-top: 0.9rem; position: relative; overflow: hidden;}
.aboutP2 .list ul{ display: block; margin-right: -1.4rem; width: auto; }
.aboutP2 .list li{ float: left; width: 33.33%; }
.aboutP2 .list li .box{ margin-right: 1.4rem; text-align: center;}
.aboutP2 .list li .ico{ height: 0.8rem; }
.aboutP2 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; height: 0.8rem; color: #333; font-weight: bold; }
.aboutP2 .list li .msg{ font-size: 0.16rem; line-height: 0.32rem; font-family: light; }
.aboutP2 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.4rem;}
.aboutP2 .swiper-pagination-bullet { position: relative; width: 0.16rem; height: 0.16rem; opacity: 1; border-radius: 50%; border: #da3522 solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.aboutP2 .swiper-pagination-bullet-active { background: #da3522; }

.aboutP3{ padding-top: 1.8rem; height: 7.86rem; background: url(../images/aboutP3.jpg) center no-repeat; background-size: cover; box-sizing: border-box;}
.aboutP3 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; font-weight: bold; padding-bottom: 0.35rem; }
.aboutP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -23px; bottom: 0; width: 46px; height: 6px; background: #e60012; border-radius: 4px; }
.aboutP3 .list{ padding-top: 1.45rem; }
.aboutP3 .list li{ float: left; width: 3.35rem;}
.aboutP3 .list li:nth-child(2){ width: 4.1rem; }
.aboutP3 .list li:last-child{ float: right; }
.aboutP3 .list li .pj{ height: 0.85rem;}
.aboutP3 .list li .num{ color: #e60012; font-family: mont; font-size: 0.72rem; line-height: 0.56rem; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; }
.aboutP3 .list li span{ font-size: 0.3rem; line-height: 0.3rem; color: #e60012; font-weight: bold; }
.aboutP3 .list li .wen{ font-size: 0.24rem; line-height: 0.24rem; height: 0.45rem; position: relative; color: #333; font-family: light;}
.aboutP3 .list li .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 12px; height: 2px; background: #e60012; }

.aboutP4{ padding: 1.1rem 0 2.1rem; background: url(../images/nimg842Bg.png) left 4.55rem no-repeat; background-size: 8.42rem; }
.aboutP4 .toptop{ position: relative; padding-left: 7.2rem;}
.aboutP4 .layer{ position: absolute; left: 0; top: 0; z-index: 1; }
.aboutP4 .wen{ color: #ed251b; font-family: light; font-size: 0.3rem; line-height: 0.48rem; padding-bottom: 0.3rem; }
.aboutP4 .txt{font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold;}
.aboutP4 .txt2 { font-family: light; padding-top: 0.2rem; color: #333; font-size: 0.36rem; line-height: 0.48rem;}
.aboutP4 .content { font-size: 0.16rem; line-height: 0.36rem; color: #333; text-align: justify; font-family: light;}
.aboutP4 .botbot{ padding: 2.1rem 1.65rem 0; }
.aboutP4 .mxfDiv{ position: relative; padding: 0.8rem 1.1rem 0.9rem; overflow: hidden; }
.aboutP4 .mxfDiv:before{ content: ''; position: absolute; left: 0; top: 0; width: 52px; height: 38px; background: url(../images/nimg52Bg.png) no-repeat; }
.aboutP4 .mxfDiv:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 52px; height: 38px; background: url(../images/nimg52Bg.png) no-repeat; }
.aboutP4 .text2{ font-weight: bold; color: #333; text-align: justify; font-size: 0.2rem; line-height: 0.32rem; visibility:hidden;}
.aboutP4 .name{ position: relative; float: right; margin-top: 0.45rem; padding-left: 70px; font-size: 0.24rem; line-height: 0.24rem; color: #333; font-family: light;}
.aboutP4 .name em{ visibility:hidden; }
.aboutP4 .name:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -1px; width: 45px; height: 2px; background: #b4b4b4; }


.aboutP5{ padding-bottom: 0.9rem; }
.aboutP5 .wen{ color: #ed251b; font-family: light; font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.35rem; }
.aboutP5 .txt{font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold;}
.aboutP5 .txt2 { font-family: light; padding-top: 0.2rem; color: #333; font-size: 0.36rem; line-height: 0.48rem;}
.aboutP5 .list{ padding-top: 0.5rem; }
.aboutP5 .list ul{ margin-right: -0.54rem; }
.aboutP5 .list li{ float: left; width: 33.33%; padding-bottom: 0.6rem;}
.aboutP5 .list li .box{ position: relative; margin-right: 0.54rem; height: 5.68rem; padding: 0.35rem 0.45rem 0; box-sizing: border-box; background: #fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);}
.aboutP5 .list li .tou{ position: relative; height: 1.0rem; }
.aboutP5 .list li .ico img{ width: 39px; }
.aboutP5 .list li .num{ position: absolute; top: 5px; right: 0; padding-top: 0.24rem; text-align: right; width: 0.35rem; font-size: 14px; line-height: 14px; font-family: light;}
.aboutP5 .list li .num:before{ content: '/'; position: absolute; left: 0; top: 0; }
.aboutP5 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: bold; height: 0.45rem; }
.aboutP5 .list li .zi{ color: #999; font-size: 0.22rem; line-height: 0.22rem; height: 1.1rem; font-family: light; }
.aboutP5 .list li .content{ font-size: 0.14rem; line-height: 0.3rem; font-family: light; }
.aboutP5 .list li .content b{ display: block; }
.aboutP5 .list li .box:before{content:""; z-index: 1; position: absolute;left:0;top:0;border-top:2px solid #ed251b;border-left:2px solid #ed251b;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.aboutP5 .list li .box:after{content:""; z-index: 1; position: absolute;right:0;bottom:0;border-right:2px solid #ed251b;border-bottom:2px solid #ed251b;width:0;height:0;transition:all 0.4s ease-out 0s;visibility: hidden;box-sizing:border-box;}
.aboutP5 .list li .box:hover:before{width:100%;height:100%;visibility: visible;}
.aboutP5 .list li .box:hover:after{width:100%;height:100%;visibility: visible;}
.aboutP5 .list li .box:hover .num{ color: #ed251b; }

.marubiP1{ padding: 1.85rem 0 2.8rem; }
.marubiP1 .toptop{ position: relative; }
.marubiP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.marubiP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.marubiP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.marubiP1 .tips img{ padding-left: 0.3rem; }
.marubiP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.marubiP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.marubiP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.marubiP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.marubiP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.marubiP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.marubiP1 .content em{ font-family: light; }
.marubiP1 .content b{ color: #d6001f; }

.marubiP2{ position: relative; padding-bottom: 1.5rem; }
.marubiP2 .toptop{ padding-bottom: 0.4rem; }
.marubiP2 .temeDiv{ position: relative; padding-bottom: 0.25rem; }
.marubiP2 .temeDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP2 .temeDiv .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; }
.marubiP2 .temeDiv .wen{ font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-top: 0.15rem; font-family: light; }

.marubiP2 .botbot{ background: #f7f7f7; }
.marubiP2 .list{ width: 11.0rem; position: relative;}
.marubiP2 .list:before{ content: ''; position: absolute; left: 50%; margin-left: -5.06rem; top: 50%; width: 10.12rem; height: 1px; background: url(../images/line1.png) no-repeat; background-size: 10.12rem; }
.marubiP2 .list:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-top: -3.47rem; width: 1px; height: 6.94rem; background: url(../images/line2.png) center no-repeat; }
.marubiP2 .list li{ float: left; width: 50%; box-sizing: border-box; padding: 0 0.65rem; height: 3.6rem; }
.marubiP2 .list li .num{ color: #989898; font-size: 0.24rem; line-height: 0.24rem; font-family: mont; height: 0.5rem; }
.marubiP2 .list li .name{ font-size: 0.24rem; color: #333; font-weight: bold; line-height: 0.36rem; height: 1.6rem; text-align: justify;}
.marubiP2 .list li .x{ font-family: harmony; font-size: 0.24rem; line-height: 0.24rem; color: #333; text-transform: uppercase; }
.marubiP2 .layerDiv{ position: absolute; top: 0.2rem; right: 50%; margin-right: -8rem; z-index: 1; }
.marubiP2 .limg img{ width: 6.2rem; }
.marubiP2 .layerDiv p{ float: right; font-size: 0.18rem; line-height: 0.18rem; color: #999; padding-top: 0.25rem; padding-right: 1.1rem; font-family: light; }

.marubiP3 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.marubiP3 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP3 .msg{ font-family: light; text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #333; width: 9.4rem; margin: 0.45rem auto 0.85rem; }
.marubiP3 .mxfDiv{ display: flex; justify-content: space-between; width: 100%;}
.marubiP3 .page-pic { position: relative; cursor: pointer; width: 50%; height: 6.5rem; overflow: hidden; background-position: center center; background-size: 11rem; background-repeat: no-repeat; transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;}
.marubiP3 .page-pic .pic-text { z-index: 2; position: absolute; top: 2.0rem; color: #fff; left: 0; width: 100%; text-align: center; box-sizing: border-box; font-family: light; }
.marubiP3 .page-pic:first-child .pic-text{ color: #000; }
.marubiP3 .page-pic .name{ font-size: 0.72rem; line-height: 0.72rem; padding-bottom: 0.3rem; }
.marubiP3 .page-pic .wen{ font-size: 0.24rem; line-height: 0.24rem; }
.marubiP3 .page-pic:hover { width: 60%;}

.marubiP4{ overflow: hidden; padding: 1.0rem 0 2.5rem; }
.marubiP4 .msg{ text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #000; width: 6rem; margin: 0 auto; font-family: light; }
.marubiP4 .list{ padding-top: 1.0rem; }
.marubiP4 .list ul{ display: flex; display: -webkit-flex; justify-content: space-around; -webkit-justify-content: space-around;}
.marubiP4 .list li{ cursor: pointer; position: relative;}
.marubiP4 .list li .lbox{ padding-top: 0.4rem; width: 2.25rem; height: 2.25rem; box-sizing: border-box; border: #f1f2f4 solid 1px; border-radius: 50%; }
.marubiP4 .list li .ico{ width: 0.68rem; height: 0.68rem; margin: 0 auto; position: relative; }
.marubiP4 .list li .ico img{ position: absolute; left: 0; top: 0; width: 0.68rem; }
.marubiP4 .list li .ico .img1{ opacity: 0; }
.marubiP4 .list li .name{ padding-top: 0.25rem; font-size: 0.3rem; line-height: 0.3rem; text-align: center; font-family: light; }
.marubiP4 .list li .layer{ z-index: -1; opacity: 0; visibility: hidden; position: absolute; top: 1.9rem; padding-top: 11px; left: 50%; margin-left: -2.62rem;}
.marubiP4 .list li .layer .bg{ position: absolute; left: 50%; margin-left: -8px; top: 0; height: 11px; width: 16px; background: url(../images/nimg16Bg.png) center top no-repeat; }
.marubiP4 .list li .layer .pj{ border-radius: 16px; background: #f6f6f6; width: 5.24rem; height: 1.78rem; padding: 0.25rem 0.3rem 0; box-sizing: border-box; }
.marubiP4 .list li .layer b{ font-size: 0.16rem; color: #999; line-height: 0.28rem; display: block; }
.marubiP4 .list li .layer p{ font-size: 0.16rem; color: #999; line-height: 0.28rem; font-family: light;}
.marubiP4 .list li.on .lbox{ background: #ed251b; border: #ed251b solid 1px; }
.marubiP4 .list li.on .ico img{ opacity: 1; }
.marubiP4 .list li.on .ico .img1{ opacity: 1; }
.marubiP4 .list li.on .name{ color: #fff; }
.marubiP4 .list li.on .layer{ opacity: 1; visibility: visible; top: 2.0rem; z-index: 2; }

.marubiP5{ padding: 0.8rem 0; position: relative; overflow: hidden; background: #f1f1f1;}
.marubiP5 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; margin-bottom: 0.5rem; }
.marubiP5 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP5 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 14.4rem; height: 7.2rem; background: url(../images/nimg1440Bg.png) center no-repeat; background-size: cover; }
.marubiP5 .qwer{ position: absolute; left: 50%; margin-left: -35%; top: 7%; width: 70%; height:78.4%; background:#f0f0f0}
.marubiP5 .qwer video, .marubiP5 .qwer img{ width: 100%; height:100%; object-fit: cover;}
.marubiP5 .computer{ margin: 0 auto; position: relative; z-index: 1; width: 14.2rem; height: 6.16rem; background: url(../images/nimg1420Bg.png) center no-repeat; background-size: cover; }
.marubiP5 .limg{ position: absolute; left: 50%; margin-left: -35%; top: 8%; width: 70%; height:77.2%; background:#f0f0f0}
.marubiP5 .limg video, .marubiP5 .limg img{ width: 100%; height:100%; object-fit: cover;}

.marubiP6{ padding: 1.35rem 0 1.2rem; position: relative; }
.marubiP6:before{ content: ''; position: absolute; left: 0; top: 0; width: 50%; height: 100%; background-image: linear-gradient(top,#fff,#f8f8f8);
    background-image: -webkit-linear-gradient(top,#fff,#f8f8f8);
    background-image: -moz-linear-gradient(top,#fff,#f8f8f8);
    background-image: -o-linear-gradient(top,#fff,#f8f8f8);
    background-image: linear-gradient(to bottom,#fff,#f8f8f8);
    background-image: -webkit-linear-gradient(to bottom,#fff,#f8f8f8);
    background-image: -moz-linear-gradient(to bottom,#fff,#f8f8f8);
    background-image: -o-linear-gradient(to bottom,#fff,#f8f8f8);}
.marubiP6 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center; }
.marubiP6 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP6 .mxfDiv{ padding-top: 1.85rem; position: relative; z-index: 1; overflow: hidden;}
.marubiP6 .leftDiv{ width: 50%; }
.marubiP6 .txtImg{ padding: 1.15rem 0 0 0.8rem; }
.marubiP6 .txtImg img{ width: 5.4rem; }

.marubiP6 .rightDiv{ width: 6.6rem; }
.marubiP6 .txtDiv{ padding-top: 0.35rem; position: relative; }
.marubiP6 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.marubiP6 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#e1e1e1,#fcfcfc);
 background-image:linear-gradient(to bottom,#e1e1e1,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.marubiP6 .imgDiv{ padding-top: 1.0rem; }
.marubiP6 .imgDiv img{ width: 6.6rem; }

.marubiP7{ padding: 0.9rem 0 0.3rem; }
.marubiP7 .txtDiv{ text-align: center; padding-top: 0.35rem; position: relative; }
.marubiP7 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.marubiP7 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#d4d4d4,#fcfcfc);
 background-image:linear-gradient(to bottom,#d4d4d4,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.marubiP7 .list{ padding-top: 1.0rem; }
.marubiP7 .list ul{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center;}
.marubiP7 .list li .box{ margin: 0 0.22rem; }
.marubiP7 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.marubiP7 .list li .bg{ width: 2.4rem; height: 1.34rem; border-radius: 0.24rem; }

.marubiP8{ padding: 0.9rem 0 2.0rem; }
.marubiP8 .mxfDiv{ padding: 0.6rem 0 0.8rem; position: sticky; top: 0; }
.marubiP8 .title{ position: relative; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center;}
.marubiP8 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP8 .item { display: flex; display: -webkit-flex; background: #fff; padding-bottom: 0.6rem; align-items: flex-start; justify-content: space-between; -webkit-justify-content: space-between; position: sticky; top: 0;}
/*.marubiP8 .item:after{ content: ""; display: block; position: absolute; top: 0; left: 100%; height: 100%; width: 1.2rem; background: #ffffff; }*/
.marubiP8 .item .conDiv{ width: 4.5rem; color: #333; padding-top: 1.5rem;}
.marubiP8 .item .name{ font-size: 0.72rem; line-height: 0.72rem; font-weight: bold; }
.marubiP8 .item .wen{ font-size: 0.48rem; line-height: 0.6rem; font-family: light; padding-top: 0.15rem; }
.marubiP8 .item .imgDiv{ width: 10.8rem; border-radius: 20px; overflow: hidden; /*box-shadow: 8px 13px 40px 0px rgba(0, 0, 0, 0.1);*/}
.marubiP8 .item .imgDiv img{ width: 100%; }

.marubiP9{ padding-top: 1.25rem; position: relative; overflow: hidden;}
.marubiP9 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center;}
.marubiP9 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.marubiP9 .list{ padding: 0.6rem 0.7rem 0; position: relative; z-index: 1; }
.marubiP9 .list ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.marubiP9 .list li{ transform: translateY(0);}
.marubiP9 .list li.left22, .marubiP9 .list li.right22{ padding-top: 3.8rem; }
.marubiP9 .list li .imgDiv img{ width: 4.42rem; }

.marubiP9 .indmh-bg{ position: absolute; z-index: 0; top: 0; left: 50%; width: 15.36rem; margin-left: -7.68rem; height: 8.0rem; background-image: linear-gradient(left,#cfd9e8,#f7f9fb);
    background-image: -webkit-linear-gradient(left,#cfd9e8,#f7f9fb);
    background-image: -moz-linear-gradient(left,#cfd9e8,#f7f9fb);
    background-image: -o-linear-gradient(left,#cfd9e8,#f7f9fb);
    background-image: linear-gradient(to right,#cfd9e8,#f7f9fb);
    background-image: -webkit-linear-gradient(to right,#cfd9e8,#f7f9fb);
    background-image: -moz-linear-gradient(to right,#cfd9e8,#f7f9fb);
    background-image: -o-linear-gradient(to right,#cfd9e8,#f7f9fb);}
/*.marubiP9 .indmh-bg img{width: 100%;height: 100%;object-fit: cover;}*/

/*.marubiP10{ padding-top: 1.2rem; }*/
.marubiP10 .toptop{ padding-bottom: 0.4rem; }
.marubiP10 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; }
.marubiP10 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }

.marubiP10 .midmid{ padding: 0.6rem 0 0.45rem; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb);}
.marubiP10 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #000; text-align: center; font-family: light; padding-bottom: 0.55rem; }
.marubiP10 .imgList ul{ margin-right: -0.18rem; }
.marubiP10 .imgList li{ float: left; width: 11.11%; }
.marubiP10 .imgList li .limg{ margin-right: 0.18rem; }
.marubiP10 .imgList li .limg img{ width: 100%; }

.marubiP10 .botbot{ padding: 1.15rem 0; }
.marubiP10 .btnDiv a{ display: block; font-weight: bold; width: 100%; height: 0.72rem; font-size: 0.24rem; text-align: center; color: #fff; line-height: 0.72rem; background: #4141ff; border-radius: 8px; }

.newsBanner{ position:relative; z-index: 1; background: #fff;}
.newsBanner:after{ content: ''; position: absolute; left: 0; top: 0; width: 40%; height: 100%; background: rgba(255,255,255,0.2); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);}
.newsBanner .sbg{ position: absolute; left: 0; top: 0; width: 100%; height: 160px; background: url(../images/bg1.png) top repeat-x; z-index: 2; }
.newsBanner .bg img{ width:100%;}
.newsBanner .info{ position: absolute; top: 0; height: 100%; left: calc((100% - 15.36rem) / 2); z-index: 2; width: 50%; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.newsBanner .wen{ font-family: light; font-size: 0.3rem; line-height: 0.3rem; color: #007972; padding-bottom: 0.1rem; }
.newsBanner .cn{ font-size: 0.48rem; line-height: 0.72rem; color: #fff; font-weight: bold; }
.newsBanner .en{ padding-top: 0.2rem; font-size: 18px; line-height: 20px; color: rgba(149,230,206,0.5); font-family: mont; text-transform: uppercase; }

.newsBox{/* overflow: hidden;*/ position: relative; }
.newsBox .bg{ position: absolute; right: 0; top: 0; width: 18%; background: #f7f7f7; height: 100%; z-index: 1; }
.newsBox .w414{ background: #f8f8f8; }
.newShow{ padding-top: 60px; }
.newShow .topInfo{ padding-bottom: 0.75rem; position: relative; }
.newShow .topInfo:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 200%; height: 2px; background: #ecebeb; }
.newShow .name{ font-size: 0.48rem; color: #333; font-weight: bold; line-height: 0.72rem; }
.newShow .msg{ color: #333; font-size: 0.3rem; line-height: 0.48rem; font-family: light; }
.newShow .content{ padding-top: 0.5rem; font-family: light; font-size: 0.18rem; line-height: 0.32rem; color: #333; position: relative;}
.newShow .content:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 320px; background: url(../images/bg4.png) repeat-x; z-index: 1; }

.newShow .content .p1{ font-size: 0.36rem; line-height: 0.48rem; }
.newShow .content .p2{ font-size: 0.3rem; color: #e60012; padding: 0.25rem 0 0.5rem; }
.newShow .content .imgDiv{ text-align: center; padding: 0.9rem 0 0.65rem; }
.newShow .content img{ max-width: 10.08rem; }
.newShow .mxfDiv{ margin: 0.6rem 0 0.75rem; height: 3.5rem; padding: 0.5rem 4.75rem 0 0.75rem; box-sizing: border-box; border-radius: 8px; background: #f7f7f7; position: relative; }
.newShow .mxfDiv .shu{ position: absolute; right: 0.95rem; bottom: 0; z-index: 1; }
.newShow .mxfDiv .shu img{ width: 3.0rem; }
.newShow .mxfDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: bold; padding-bottom: 0.15rem; }
.newShow .mxfDiv .cn2{ font-size: 0.18rem; line-height: 0.18rem; color: #333; font-family: light; padding-bottom: 0.3rem; }
.newShow .mxfDiv .pjDiv{ height: 1.6rem; padding-right: 1.75rem; background: #e60012; position: relative; border-radius: 8px; }
.newShow .mxfDiv .zi{ padding: 0.4rem 0 0.15rem; font-size: 0.18rem; line-height: 0.18rem; color: #fff; font-weight: bold; text-align: center;}
.newShow .mxfDiv .zi2{ font-size: 0.16rem; line-height: 0.22rem; color: #fff; font-family: light; text-align: center;}
.newShow .mxfDiv .ewm{ position: absolute; right: 0.1rem; top: 0.09rem; z-index: 1; }
.newShow .mxfDiv .ewm img{ width: 1.42rem; }
.newShow .clickBtn{ padding-top: 0.3rem; }
.newShow .clickBtn a{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; width: 100%; height: 0.72rem; font-size: 0.24rem; color: #fff; font-family: light; background: #4141ff; border-radius: 8px;}
.newShow .clickBtn img{ padding-right: 0.3rem; }

.pageDown{ margin-top:0.7rem; padding: 0 2.0rem 0.8rem 0; position:relative; }
.pageDown li{ font-size: 0.18rem; font-family: light; }
.pageDown li a{ display: block; height: 0.48rem; line-height: 0.48rem; overflow: hidden; color: #333; }
.pageDown li a:hover{ color: #ed251b; text-decoration: underline; }
.pageDown .backBtn{ position:absolute; right:0; top:0.1rem; z-index:1;}
.pageDown .backBtn a{ overflow: hidden; position: relative; display: block; text-align: center; font-size: 14px; width: 1.4rem; height: 0.5rem; line-height: 0.5rem; color: #fff; border-radius: 0.36rem;box-shadow: 0px 13px 10px 0px rgba(205, 0, 0, 0.1); background-image: linear-gradient(top,#cc0000,#e10000);
    background-image: -webkit-linear-gradient(top,#cc0000,#e10000);
    background-image: -moz-linear-gradient(top,#cc0000,#e10000);
    background-image: -o-linear-gradient(top,#cc0000,#e10000);
    background-image: linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -webkit-linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -moz-linear-gradient(to bottom,#cc0000,#e10000);
    background-image: -o-linear-gradient(to bottom,#cc0000,#e10000);  }
.pageDown .backBtn em{ position:relative; z-index:1;}
.pageDown .backBtn a:after{
	content: "";
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg,#e10000 0,#b80101);
	transition: 0.5s;
}
.pageDown .backBtn a:hover:after{ width:100%;}

.sideInfo{ padding-top:1.7rem; position: sticky; top: -1.7rem; }
.sideInfo .toptop{ position: relative; padding: 0 0 0.8rem 0.5rem; }
.sideInfo .toptop:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 200%; height: 2px; background: #ecebeb; }
.sideInfo .time{ font-size: 0.36rem; line-height: 0.36rem; color: #ed251b; font-family: tonm; padding-bottom: 0.4rem; }
.sideInfo .name{ font-size: 0.36rem; line-height: 0.48rem; color: #ed251b; font-weight: bold; padding-bottom: 0.1rem; }
.sideInfo .label li{ font-size: 0.18rem; line-height: 0.32rem; color: #333; font-family: light; }
.sideInfo .label li em{ padding-right: 10px; }
.sideInfo .lie li{ font-size: 0.18rem; line-height: 0.32rem; color: #333; font-family: light; }
.sideInfo .lie li em{ color: #999; }
.sideInfo .share{ padding-top: 0.35rem; }
.sideInfo .share li{ float: left; margin-right: 0.32rem; }
.sideInfo .share li a{ display: block; width: 42px; height: 42px; border-radius: 50%; background: #fff; position: relative; }
.sideInfo .share li img{ position: absolute; left: 50%; margin-left: -9px; top: 50%; margin-top: -9px; }
.sideInfo .share li .img1{ opacity: 0; }
.sideInfo .share li a:hover{ background: #ed251b; }
.sideInfo .share li a:hover img{ opacity: 0; }
.sideInfo .share li a:hover .img1{ opacity: 1; }
.sideInfo .backBtn{ padding-top: 0.4rem; }
.sideInfo .backBtn a{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; width: 100%; height: 0.5rem; font-size: 0.18rem; color: #fff; font-family: light; background: #4141ff; border-radius: 8px;}
.sideInfo .backBtn img{ padding-left: 20px; }
.sideInfo .botbot{ padding: 0.6rem 0 0 0.5rem; }
.sideInfo .title{ font-family: light; font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-bottom: 0.25rem; }
.sideInfo .list{ padding-bottom: 0.3rem; }
.sideInfo .list li a{ display: block; font-family: light; height: 0.48rem; line-height: 0.48rem; font-size: 0.18rem; color: #333; overflow: hidden; }
.sideInfo .list li a:hover{ color: #e60012; }


.getModal-box { width: 100%; height: 100%; position: fixed; left: 0; top: 0; align-items: center; z-index: 999; background: rgba(0, 0, 0, 0.5); display: none;}
.getModal-box.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}


.whitePaper{ width: 440px; height: 560px; padding: 40px 30px 0; margin: 0 auto; border-radius: 24px; background: #fff; position: relative; box-sizing: border-box;}
.whitePaper .close{position: absolute; display: block; right: 20px; top: 20px; width: 20px; height: 20px; background: url(../images/close2.png) center no-repeat; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease;}
.whitePaper .close:hover { transform: rotate(-90deg);}
.whitePaper .logo{ text-align: center; padding-bottom: 30px; }
.whitePaper .logo img{ width: 200px; }
.whitePaper .txt{ padding: 0.1rem 0; position: relative; text-align: center; font-weight: bold; color: #333; font-size: 30px; line-height: 36px; }
.whitePaper .txt span{ padding-right: 0.25rem; }
.whitePaper .txt em{ display: block; padding-left: 0.25rem; }
.whitePaper .txt:before{ content: ''; position: absolute; left: 0; top: 0; width: 19px; height: 18px; background: url(../images/nimg19_1.png) no-repeat; }
.whitePaper .txt:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 19px; height: 18px; background: url(../images/nimg19_2.png) no-repeat; }
.whitePaper .ewm{ margin: 25px auto 0; width: 142px; }
.whitePaper .wen{ padding: 25px 0 40px; font-size: 24px; color: #333; font-family: light; text-align: center;}
.whitePaper .zi{ font-family: light; font-size: 16px; line-height: 24px; color: #ed251b; text-align: center; }


.otherCase{ background: #f7f7f7; padding: 1.2rem 0; overflow: hidden; }
.otherCase li{ float: left; width: 50%; box-sizing: border-box; height: 3.8rem; overflow: hidden;}
.otherCase li a{ display: block; width: 100%; height: 100%; position: relative;}
.otherCase li .imgDiv{ height: 3.8rem; }
.otherCase li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.otherCase li .layer{ opacity: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; color: #fff; text-align: center; background: rgba(0,0,0,0.7); z-index: 1; }
.otherCase li .txt{ font-size: 0.3rem; line-height: 0.3rem; font-weight: bold; padding-bottom: 0.5rem;}
.otherCase li .cn{ font-size: 0.3rem; line-height: 0.3rem; font-family: light; }
.otherCase li a:hover .layer{ opacity: 1; }
.otherCase li a:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}


.kedaP1{ padding: 1.85rem 0 1.5rem; }
.kedaP1 .toptop{ position: relative; }
.kedaP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.kedaP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.kedaP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.kedaP1 .tips img{ padding-left: 0.3rem; }
.kedaP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.kedaP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.kedaP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.kedaP1 .botbot{ overflow: hidden; padding-top: 1.2rem;  }
.kedaP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.kedaP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.kedaP1 .content em{ font-family: light; }
.kedaP1 .content b{ color: #06257e; }
.kedaP1 .mxfDiv{ margin-top:0.8rem; background:#f4f5f7; padding:1.35rem 0 1.15rem;}
.kedaP1 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 14.4rem; height: 7.2rem; background: url(../images/nimg1440Bg.png) center no-repeat; background-size: cover; }
.kedaP1 .qwer{ position: absolute; left: 50%; margin-left: -35%; top: 7%; width: 70%; height:78.4%; background:#f0f0f0}
.kedaP1 .qwer video{ width: 100%; height:100%; object-fit: cover;}

.kedaP2{ position: relative; padding-bottom: 1.5rem; }
.kedaP2 .toptop{ padding-bottom: 0.4rem; }
.kedaP2 .temeDiv{ position: relative; padding-bottom: 0.25rem; }
.kedaP2 .temeDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP2 .temeDiv .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; }
.kedaP2 .temeDiv .wen{ font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-top: 0.15rem; font-family: light; }

.kedaP2 .botbot{ background: #f0f2f4; }
.kedaP2 .list{ width: 11.0rem; position: relative;}
.kedaP2 .list:before{ content: ''; position: absolute; left: 50%; margin-left: -5.06rem; top: 50%; width: 10.12rem; height: 1px; background: url(../images/line1.png) no-repeat; background-size: 10.12rem; }
.kedaP2 .list:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-top: -3.47rem; width: 1px; height: 6.94rem; background: url(../images/line2.png) center no-repeat; }
.kedaP2 .list li{ float: left; width: 50%; box-sizing: border-box; padding: 0 0.65rem; height: 3.6rem; }
.kedaP2 .list li .num{ color: #989898; font-size: 0.24rem; line-height: 0.24rem; font-family: mont; height: 0.5rem; }
.kedaP2 .list li .name{ font-size: 0.24rem; color: #333; font-weight: bold; line-height: 0.36rem; height: 1.6rem; text-align: justify;}
.kedaP2 .list li .x{ font-family: harmony; font-size: 0.24rem; line-height: 0.24rem; color: #333; text-transform: uppercase; }
.kedaP2 .layerDiv{ position: absolute; top: 0.2rem; right: 50%; margin-right: -8rem; z-index: 1; }
.kedaP2 .limg img{ width: 7rem; }
.kedaP2 .layerDiv p{ float: right; font-size: 0.18rem; line-height: 0.18rem; color: #999; padding-top: 0.25rem; width:4.1rem; text-align:center; font-family: light; }

.kedaP3{ padding-top:0.5rem;}
.kedaP3 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.kedaP3 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP3 .zi{ font-family: light; text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #333; width: 9.4rem; margin: 0.45rem auto 0.85rem; }
.kedaP3 .mxfDiv{ overflow: hidden; padding-top: 1.4rem; height: 8.3rem; box-sizing: border-box; background: url(../images/kedaP3.jpg) center no-repeat; background-size: cover;}
.kedaP3 .msg{ text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #fff; width: 5.4rem; margin: 0 auto; font-family: light; }
.kedaP3 .list{ padding-top: 0.85rem; }
.kedaP3 .list ul{ display: flex; display: -webkit-flex; justify-content: space-around; -webkit-justify-content: space-around;}
.kedaP3 .list li{ cursor: pointer; position: relative;}
.kedaP3 .list li .lbox{ width:2.6rem; position:relative; padding-top:0.55rem;}
.kedaP3 .list li .arrowImg{ position:absolute; right:-0.7rem; top:0.3rem; width:1.01rem; height:0.44rem; background:url(../images/nimg101Bg.png) no-repeat; background-size:1.01rem;}
.kedaP3 .list li:last-child .arrowImg{ display:none;}
.kedaP3 .list li .round{ padding-top: 1.2rem; width: 2.6rem; height: 2.6rem; box-sizing: border-box; border: rgba(255,255,255,0.2) dashed 1px; background:#1e1e28; border-radius: 50%; }
.kedaP3 .list li .ico{ width: 1.24rem; height: 1.24rem; position:absolute; left:50%; margin-left:-0.62rem; top:0; border-radius:50%; }
.kedaP3 .list li .ico:after{ content:''; opacity:0; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/nimg124Bg.png) no-repeat; background-size:cover;}
.kedaP3 .list li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -0.34rem; margin-top: -0.34rem; width: 0.68rem; z-index:1; }
.kedaP3 .list li:nth-child(1) .ico{ background-image: linear-gradient(top,#ff7072,#ce2017);
    background-image: -webkit-linear-gradient(top,#ff7072,#ed4849);
    background-image: -moz-linear-gradient(top,#ff7072,#ed4849);
    background-image: -o-linear-gradient(top,#ff7072,#ed4849);
    background-image: linear-gradient(to bottom,#ff7072,#ed4849);
    background-image: -webkit-linear-gradient(to bottom,#ff7072,#ed4849);
    background-image: -moz-linear-gradient(to bottom,#ff7072,#ed4849);
    background-image: -o-linear-gradient(to bottom,#ff7072,#ed4849);}
.kedaP3 .list li:nth-child(2) .ico{ background-image: linear-gradient(top,#4f97fd,#2c6af5);
    background-image: -webkit-linear-gradient(top,#4f97fd,#2c6af5);
    background-image: -moz-linear-gradient(top,#4f97fd,#2c6af5);
    background-image: -o-linear-gradient(top,#4f97fd,#2c6af5);
    background-image: linear-gradient(to bottom,#4f97fd,#2c6af5);
    background-image: -webkit-linear-gradient(to bottom,#4f97fd,#2c6af5);
    background-image: -moz-linear-gradient(to bottom,#4f97fd,#2c6af5);
    background-image: -o-linear-gradient(to bottom,#4f97fd,#2c6af5);}
.kedaP3 .list li:nth-child(3) .ico{ background-image: linear-gradient(top,#3bfbc4,#31a796);
    background-image: -webkit-linear-gradient(top,#3bfbc4,#31a796);
    background-image: -moz-linear-gradient(top,#3bfbc4,#31a796);
    background-image: -o-linear-gradient(top,#3bfbc4,#31a796);
    background-image: linear-gradient(to bottom,#3bfbc4,#31a796);
    background-image: -webkit-linear-gradient(to bottom,#3bfbc4,#31a796);
    background-image: -moz-linear-gradient(to bottom,#3bfbc4,#31a796);
    background-image: -o-linear-gradient(to bottom,#3bfbc4,#31a796);}
.kedaP3 .list li:nth-child(4) .ico{ background-image: linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: -webkit-linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: -moz-linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: -o-linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: linear-gradient(to bottom,#ef9e2b,#ef7e2b);
    background-image: -webkit-linear-gradient(to bottom,#ef9e2b,#ef7e2b);
    background-image: -moz-linear-gradient(to bottom,#ef9e2b,#ef7e2b);
    background-image: -o-linear-gradient(to bottom,#ef9e2b,#ef7e2b);}
.kedaP3 .list li:nth-child(5) .ico{ background-image: linear-gradient(top,#5534e5,#351aa3);
    background-image: -webkit-linear-gradient(top,#5534e5,#351aa3);
    background-image: -moz-linear-gradient(top,#5534e5,#351aa3);
    background-image: -o-linear-gradient(top,#5534e5,#351aa3);
    background-image: linear-gradient(to bottom,#5534e5,#351aa3);
    background-image: -webkit-linear-gradient(to bottom,#5534e5,#351aa3);
    background-image: -moz-linear-gradient(to bottom,#5534e5,#351aa3);
    background-image: -o-linear-gradient(to bottom,#5534e5,#351aa3);}
.kedaP3 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; color: #fff; text-align: center; font-family: light; }
.kedaP3 .list li .en{ opacity:0; font-size:0.18rem; line-height:0.18rem; padding-top:0.15rem; color:rgba(255,255,255,0.5); text-align:center; font-family:light;}
.kedaP3 .list li .layer{ z-index: -1; opacity: 0; visibility: hidden; position: absolute; top: 2.7rem; padding-top: 11px; left: 50%; margin-left: -2.62rem;}
.kedaP3 .list li .layer .bg{ position: absolute; left: 50%; margin-left: -8px; top: 0; height: 13px; width: 16px; background: url(../images/nimg16Bg2.png) center top no-repeat; }
.kedaP3 .list li .layer .pj{ border-radius: 16px; background: #1e1e28; border:rgba(255,255,255,0.5) solid 2px; width: 5.24rem; height: 1.78rem; padding: 0.25rem 0.3rem 0; box-sizing: border-box; }
.kedaP3 .list li .layer b{ font-size: 0.16rem; color: #999; line-height: 0.28rem; display: block; }
.kedaP3 .list li .layer p{ font-size: 0.16rem; color: #999; line-height: 0.28rem; font-family: light;}
/*.kedaP3 .list li.on .lbox{ background: #ed251b; border: #ed251b solid 1px; }*/
.kedaP3 .list li.on .ico:after{ opacity:1;}
.kedaP3 .list li.on .en{ opacity: 1; }
.kedaP3 .list li.on .layer{ opacity: 1; visibility: visible; top: 2.8rem; z-index: 2; }
.kedaP3 .list li.on:nth-child(1) .round{ background-image: linear-gradient(top,#ff7072,#ce2017);
    background-image: -webkit-linear-gradient(top,#ff7072,#ed4849);
    background-image: -moz-linear-gradient(top,#ff7072,#ed4849);
    background-image: -o-linear-gradient(top,#ff7072,#ed4849);
    background-image: linear-gradient(to bottom,#ff7072,#ed4849);
    background-image: -webkit-linear-gradient(to bottom,#ff7072,#ed4849);
    background-image: -moz-linear-gradient(to bottom,#ff7072,#ed4849);
    background-image: -o-linear-gradient(to bottom,#ff7072,#ed4849);}
.kedaP3 .list li.on:nth-child(2) .round{ background-image: linear-gradient(top,#4f97fd,#2c6af5);
    background-image: -webkit-linear-gradient(top,#4f97fd,#2c6af5);
    background-image: -moz-linear-gradient(top,#4f97fd,#2c6af5);
    background-image: -o-linear-gradient(top,#4f97fd,#2c6af5);
    background-image: linear-gradient(to bottom,#4f97fd,#2c6af5);
    background-image: -webkit-linear-gradient(to bottom,#4f97fd,#2c6af5);
    background-image: -moz-linear-gradient(to bottom,#4f97fd,#2c6af5);
    background-image: -o-linear-gradient(to bottom,#4f97fd,#2c6af5);}
.kedaP3 .list li.on:nth-child(3) .round{ background-image: linear-gradient(top,#3bfbc4,#31a796);
    background-image: -webkit-linear-gradient(top,#3bfbc4,#31a796);
    background-image: -moz-linear-gradient(top,#3bfbc4,#31a796);
    background-image: -o-linear-gradient(top,#3bfbc4,#31a796);
    background-image: linear-gradient(to bottom,#3bfbc4,#31a796);
    background-image: -webkit-linear-gradient(to bottom,#3bfbc4,#31a796);
    background-image: -moz-linear-gradient(to bottom,#3bfbc4,#31a796);
    background-image: -o-linear-gradient(to bottom,#3bfbc4,#31a796);}
.kedaP3 .list li.on:nth-child(4) .round{ background-image: linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: -webkit-linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: -moz-linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: -o-linear-gradient(top,#ef9e2b,#ef7e2b);
    background-image: linear-gradient(to bottom,#ef9e2b,#ef7e2b);
    background-image: -webkit-linear-gradient(to bottom,#ef9e2b,#ef7e2b);
    background-image: -moz-linear-gradient(to bottom,#ef9e2b,#ef7e2b);
    background-image: -o-linear-gradient(to bottom,#ef9e2b,#ef7e2b);}
.kedaP3 .list li.on:nth-child(5) .round{ background-image: linear-gradient(top,#5534e5,#351aa3);
    background-image: -webkit-linear-gradient(top,#5534e5,#351aa3);
    background-image: -moz-linear-gradient(top,#5534e5,#351aa3);
    background-image: -o-linear-gradient(top,#5534e5,#351aa3);
    background-image: linear-gradient(to bottom,#5534e5,#351aa3);
    background-image: -webkit-linear-gradient(to bottom,#5534e5,#351aa3);
    background-image: -moz-linear-gradient(to bottom,#5534e5,#351aa3);
    background-image: -o-linear-gradient(to bottom,#5534e5,#351aa3);}

.kedaP4{ padding: 1.0rem 0 1.2rem; background: #f1f2f5;}
.kedaP4 .txtDiv{ text-align: center; padding-top: 0.35rem; position: relative; }
.kedaP4 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.kedaP4 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#ccc,#fcfcfc);
 background-image:linear-gradient(to bottom,#ccc,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.kedaP4 .imgDiv{ text-align: center; padding-top: 0.4rem; }
.kedaP4 .imgDiv img{ width: 13.42rem; }

.kedaP5{ padding: 0.9rem 0 1.5rem; }
.kedaP5 .txtDiv{ text-align: center; padding-top: 0.35rem; position: relative; }
.kedaP5 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.kedaP5 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#d4d4d4,#fcfcfc);
 background-image:linear-gradient(to bottom,#d4d4d4,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.kedaP5 .list{ padding-top: 1.0rem; }
.kedaP5 .list ul{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center;}
.kedaP5 .list li .box{ margin: 0 0.22rem; }
.kedaP5 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.kedaP5 .list li .bg{ width: 2.4rem; height: 1.34rem; border-radius: 0.24rem; }

.kedaP6{ padding-top: 1.3rem; height: 8.8rem; background: url(../images/kedaP6.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.kedaP6 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; color: #fff; position: relative; padding-bottom: 0.2rem;}
.kedaP6 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP6 .mxfDiv{ margin-top: 0.8rem; }
.kedaP6 .leftDiv{ width: 6.36rem; }

.kedaP6 .tab li{ padding: 0.35rem 0; }
.kedaP6 .tab li .txt{ font-size: 0.36rem; line-height: 0.36rem; padding-left: 0.6rem; position: relative; color: rgba(255,255,255,0.25); font-family: light; font-weight: bold; }
.kedaP6 .tab li .txt em{ font-size: 0.24rem; line-height: 0.24rem; font-family:regular; position: absolute; left: 0; bottom: 0; }
.kedaP6 .tab li .msg{ display: none; margin-top: 0.3rem; padding-left: 0.6rem; font-family: light; font-size: 0.18rem; color: #fff; line-height: 0.34rem;}
.kedaP6 .tab .liNow .txt{ color: #fff; }
.kedaP6 .tab .liNow .msg{display: -webkit-box;}
.kedaP6 .imgDiv{ width: 7.68rem; overflow: hidden; box-sizing: border-box; border: #000 solid 8px; border-radius: 0.24rem; animation: am_scale 0.8s ease-out 0.1s backwards; -webkit-animation: am_scale 0.8s ease-out 0.1s backwards;}
.kedaP6 .imgDiv img{ width: 100%; }

.kedaP7{ background: #edeef1; padding: 1.4rem 0 0.5rem; }
.kedaP7 .title{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; color: #333; position: relative; padding-bottom: 0.2rem;}
.kedaP7 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP7 .mxfDiv{ margin-top: 0.5rem; position: relative; height: 7.7rem; }
.kedaP7 .imgList li{ position: absolute; }
.kedaP7 .imgList .li01{ left: 0; top: 0; width: 4.0rem; }
.kedaP7 .imgList .li02{ right: 0; top: 0; width: 4.0rem; }
.kedaP7 .imgList .li03{ left: 0.4rem; top: 4.25rem; width: 4.0rem; }
.kedaP7 .imgList .li04{ left: 50%; margin-left: -2.4rem; width: 4.8rem; bottom: 0; }
.kedaP7 .imgList .li05{ right: 0.4rem; top: 3.45rem; width: 4.0rem; }
.kedaP7 .imgList li .imgDiv{ border-radius: 8px; overflow: hidden; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);}
.kedaP7 .imgList li .imgDiv img{ width: 100%; }

.kedaP7 .conDiv{ width: 5.5rem; margin: 0 auto; text-align: center; font-family: light;}
.kedaP7 .txt{ color: #888; font-size: 0.5rem; line-height: 0.5rem; padding-bottom: 0.1rem;}
.kedaP7 .zi{ font-size: 0.6rem; line-height: 0.6rem; display: inline-block; font-weight: bold; background-image:-webkit-linear-gradient(left,#082c7e,#0b59c3);
 background-image:linear-gradient(to right,#082c7e,#0b59c3); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.kedaP7 .msg{ padding-top: 0.35rem; font-size: 0.16rem; line-height: 0.32rem; color: #333; }

.kedaP8{ padding: 1.4rem 0 2.5rem; position: relative; overflow: hidden;}
.kedaP8 .toptop{ padding-bottom: 0.6rem; }
.kedaP8 .mxfDiv{ position: relative; padding-left: 7.2rem; }
.kedaP8 .title{ position: absolute; left: 0; top: 0; color: #333; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.3rem; }
.kedaP8 .title:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP8 .msg{ font-size: 0.24rem; color: #333; line-height: 0.48rem; font-family: light; text-align: justify;}

.kedaP8 .img-swiper { width: 32.0rem; position: relative; left: 50%; margin-left: -16rem;}
.kedaP8 .swiper-slide { overflow: hidden; }
.kedaP8 .swiper-slide .imgDiv { width: 9.7rem; box-sizing: border-box; border: #e3e4e7 solid 0.1rem; border-radius: 12px; position: relative; margin: 0 auto; overflow: hidden;}
.kedaP8 .swiper-slide .imgDiv img{ width: 100%; }
.kedaP8 .swiper-slide .txt{ padding-top: 0.35rem; text-align: center; color: #333; font-family: light; font-size: 0.28rem; line-height: 0.28rem; }
.kedaP8 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.kedaP8 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #0060db solid 1px; background: none; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.kedaP8 .swiper-pagination-bullet-active { background: #0060db;}
.kedaP8 .tab-box{ position: absolute; left: 50%; margin-left: -4.5rem; width: 9.0rem; bottom: 1.4rem; z-index: 1; text-align: center; }
.kedaP8 .tab-box:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e5e5e5;}
.kedaP8 .tab-box a{ display: block; float: left; width: 25%; position: relative; z-index: 1;}
.kedaP8 .tab-box a .name{ font-size: 0.2rem; color: rgba(51,51,51,0.65); height: 0.5rem; line-height: 0.2rem; position: relative; font-family: light; }
.kedaP8 .tab-box a .name:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: #052171; }
.kedaP8 .tab-box a.on .name{ color: #052171; }
.kedaP8 .tab-box a.on .name:after{ left: 0; width: 100%; }

.kedaP9{ padding: 0.8rem 0 2.0rem; background: url(../images/kedaP9.jpg) center no-repeat; background-size: cover; background-attachment: fixed;}
.kedaP9 .mxfDiv{ padding: 0.6rem 0 0.8rem;/* position: sticky; top: 0; */}
.kedaP9 .title{ position: relative; font-weight: bold; color: #fff; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center;}
.kedaP9 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP9 .msg{ font-size: 0.18rem; color: #fff; line-height: 0.36rem; text-align: center; width: 8.5rem; margin: 0.4rem auto 0; font-family: light;}
.kedaP9 .list{ position: relative; padding-top: 0.4rem; }
.kedaP9 .list:before{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.kedaP9 .list:after{ content: ''; position: absolute; left: 50%; top: 0; margin-left: -6px; border-radius: 50%; width: 12px; height: 12px; background-image: linear-gradient(left,#082e80,#0b56bc);
    background-image: -webkit-linear-gradient(left,#082e80,#0b56bc);
    background-image: -moz-linear-gradient(left,#082e80,#0b56bc);
    background-image: -o-linear-gradient(left,#082e80,#0b56bc);
    background-image: linear-gradient(to right,#082e80,#0b56bc);
    background-image: -webkit-linear-gradient(to right,#082e80,#0b56bc);
    background-image: -moz-linear-gradient(to right,#082e80,#0b56bc);
    background-image: -o-linear-gradient(to right,#082e80,#0b56bc);}
.kedaP9 .item { position: relative; display: flex; display: -webkit-flex;/* background: #fff;*/ padding: 0.5rem 0; align-items: flex-start; justify-content: space-between; -webkit-justify-content: space-between;/* position: sticky; top: 0;*/}
.kedaP9 .item .ico{ position: absolute; width: 0.6rem; height: 0.6rem; left: 50%; top: 50%; margin-left: -0.3rem; margin-top: -0.3rem; border-radius: 50%; background: rgba(255,255,255,0.05); }
.kedaP9 .item .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -0.25rem; margin-top: -0.25rem; border-radius: 50%; width: 0.5rem; height: 0.5rem; background: rgba(10,65,159,0.12); }
.kedaP9 .item .ico:before{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -6px; border-radius: 50%; width: 12px; height: 12px; background-image: linear-gradient(left,#082e80,#0b56bc);
    background-image: -webkit-linear-gradient(left,#082e80,#0b56bc);
    background-image: -moz-linear-gradient(left,#082e80,#0b56bc);
    background-image: -o-linear-gradient(left,#082e80,#0b56bc);
    background-image: linear-gradient(to right,#082e80,#0b56bc);
    background-image: -webkit-linear-gradient(to right,#082e80,#0b56bc);
    background-image: -moz-linear-gradient(to right,#082e80,#0b56bc);
    background-image: -o-linear-gradient(to right,#082e80,#0b56bc); }
.kedaP9 .item .conDiv{ width: 6.48rem; height: 3.65rem; text-align: center; position: relative; }
.kedaP9 .item .conDiv:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 0.65rem; background: url(../images/nimg648Bg.png) no-repeat; background-size: 100%; }
.kedaP9 .item .conDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.5rem; background: url(../images/nimg648Bg2.png) no-repeat; background-size: 100%; }
.kedaP9 .item .num{ position: absolute; left: 0.3rem; top: 0.3rem; font-size: 0.24rem; line-height: 0.24rem; color: rgba(255,255,255,0.2); font-family: regular; }
.kedaP9 .item .name{ font-size: 0.3rem; line-height: 0.3rem; color: #0b59c3; font-family: light; font-weight: bold; }
.kedaP9 .item .wen{ font-size: 0.18rem; line-height: 0.36rem; font-family: light; color: rgba(255,255,255,0.6); padding: 0.25rem 0.9rem 0; }
.kedaP9 .item .imgDiv{ width: 6.48rem; height: 3.65rem; border-radius: 10px; box-sizing: border-box; border: #e5e5e5 solid 5px; overflow: hidden; /*box-shadow: 8px 13px 40px 0px rgba(0, 0, 0, 0.1);*/}
.kedaP9 .item .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }

.kedaP10{ padding: 1.4rem 0; background: url(../images/kedaP10.jpg) center no-repeat; background-size: cover; }
.kedaP10 .title{ position: relative; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center;}
.kedaP10 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP10 .msg{ padding: 0.35rem 0 0.65rem; font-size: 0.24rem; color: #333; line-height: 0.48rem; text-align: center; width: 10.8rem; margin: 0 auto; font-family: light;}
.kedaP10 .mxfDiv{ position: relative; }
.kedaP10 .imgDiv img{ width: 100%; }
.kedaP10 .txt{ position: absolute; left: 0.3rem; bottom: 1.6rem; width: 2.8rem; height: 1.0rem; font-family: mont; font-size: 0.64rem; color: rgba(0,0,0,0.65); }
.kedaP10 .txt:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e0e1e2; }

.kedaP11{ padding: 1.4rem 0; position: relative; overflow: hidden;}
.kedaP11 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center;}
.kedaP11 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP11 .msg{ padding: 0.35rem 0 0.65rem; font-size: 0.24rem; color: #333; line-height: 0.48rem; text-align: center; width: 10.8rem; margin: 0 auto; font-family: light;}
.kedaP11 .list{ padding: 0.6rem 0.6rem 0; position: relative; z-index: 1; }
.kedaP11 .list ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.kedaP11 .list li{ transform: translateY(0);}
.kedaP11 .list li.left22, .kedaP11 .list li.right22{ padding-top: 1.0rem; }
.kedaP11 .list li .imgDiv{ border-radius: 0.46rem; overflow: hidden; box-shadow: 28px 28px 50px 0px rgba(0, 0, 0, 0.1); }
.kedaP11 .list li .imgDiv img{ width: 3.33rem; }

.kedaP12{ padding: 1.4rem 0; background: #f5f5f5;}
.kedaP12 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; }
.kedaP12 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.kedaP12 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #000; text-align: center; font-family: light; padding: 0.5rem 0 0.7rem; }
.kedaP12 .imgList ul{ margin-right: -0.2rem; }
.kedaP12 .imgList li{ float: left; width: 11.11%; }
.kedaP12 .imgList li .limg{ margin-right: 0.2rem; }
.kedaP12 .imgList li .limg img{ width: 100%; }
.kedaP12 .btnDiv{ padding-top: 1.8rem; width: 12.0rem; margin: 0 auto; }
.kedaP12 .btnDiv a{ display: block; font-weight: bold; width: 100%; height: 0.72rem; font-size: 0.24rem; text-align: center; color: #fff; line-height: 0.72rem; background: #4141ff; border-radius: 8px; }

.caseP1{ padding: 1.6rem 0 1.4rem; border-bottom: #e5e5e5 solid 1px; overflow: hidden;}
.caseP1 .leftDiv{ width: 6.3rem; padding-top: 0.5rem;}
.caseP1 .label{ padding-bottom: 0.2rem; font-size: 0.16rem; color: #999; font-family: light; position: relative; left: -15px; }
.caseP1 .label em{ padding: 0 15px; }
.caseP1 .name{ position: relative; font-size: 0.6rem; line-height: 0.6rem; color: #333; font-weight: bold; padding-bottom: 0.5rem;}
.caseP1 .name:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: #e5e5e5; }
.caseP1 .msg{ padding: 0.4rem 0 0.75rem; color: #333; font-size: 0.2rem; line-height: 0.38rem; font-family: light; }
.caseP1 .tips{ width: 2.9rem; height: 0.68rem; font-size: 0.18rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.caseP1 .tips img{ padding-left: 0.15rem; width: 14px;}
.caseP1 .rightDiv{ position: relative; z-index: 1; width: 7.66rem; height: 5.52rem; background: url(../images/nimg766Bg.png) center no-repeat; background-size: cover; }
.caseP1 .qwer{ position: absolute; left: 50%; margin-left: -46.4%; top: 5%; width: 92.8%; height:61.6%; background:#f0f0f0;}
.caseP1 .qwer video{ width: 100%; height:100%; object-fit: cover;}
.caseP1 .cover{ position: absolute; left: 50%; margin-left: -46.4%; top: 5%; width: 92.8%; height:61.6%; background:#f0f0f0;}
.caseP1 .cover img{ width: 100%; height:100%; object-fit: cover;}


.caseP2{/* overflow: hidden;*/ position: relative; }
.caseP2 .bg{ position: absolute; right: 0; top: 0; width: 18%; background: #f7f7f7; height: 100%; z-index: 1; }
.caseP2 .w362{ background: #f8f8f8; }
.caseShow{ padding: 1.5rem 0; }
.caseShow .title { position: relative; font-size: 0.4rem; line-height: 0.4rem; padding-bottom: 0.25rem; color: #333; font-weight: bold;}
.caseShow .title:after { content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.caseShow .content { font-family: light; padding: 0.4rem 0 0.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.caseShow .content em { font-family: light;}
.caseShow .content b { color: #06257e;}

.caseShow .bigImg{ margin: 0.5rem 0 1.0rem; box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);}
.caseShow .bigImg img{ max-width: 10.08rem; }
.caseShow .botImg{ margin-bottom: 1.0rem; }
.caseShow .botImg img{ max-width: 10.08rem; }
.caseShow .imgList{ padding-bottom: 0.9rem; }
.caseShow .imgList ul{ margin-right: -0.16rem; }
.caseShow .imgList li{ float: left; width: 16.66%; }
.caseShow .imgList li .limg{ margin-right: 0.16rem; }
.caseShow .imgList li .limg img{ width: 100%; }
.caseShow .clickBtn{ padding-top: 0.3rem; }
.caseShow .clickBtn a{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; width: 100%; height: 0.72rem; font-size: 0.24rem; color: #fff; font-family: light; font-weight: bold; background: #4141ff; border-radius: 8px;}

.news{ padding: 1.1rem 0 1.2rem; position: relative; background: url(../images/nimg510Bg.png) 74% top no-repeat; background-size: 5.1rem;}
.news .links{ text-align: center; }
.news .links ul{ font-size: 0; }
.news .links li{ display: inline-block; padding: 0 32px; }
.news .links li a{ position: relative; display: block; height: 44px; line-height: 44px; color: #333; font-size: 18px; font-family: light; }
.news .links li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #ed251b; }
.news .links li a:hover{ color: #ed251b; }
.news .links li .aNow{ font-size: 24px; color: #333; font-weight: bold; }
.news .links li .aNow:after{ width: 100%; left: 0; }
.news .list{ padding: 0.9rem 0 0.6rem; }
.news .list ul{ margin-right: -0.72rem; }
.news .list li{ float: left; width: 33.33%; padding-bottom: 0.8rem; }
.news .list li .box{ margin-right: 0.72rem;}
.news .list li .box a{ display: block; position: relative; height: 5.86rem; box-sizing: border-box; padding: 0.4rem 0.45rem 0; background: #f7f7f7; }
.news .list li .box a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #ed251b; }
.news .list li .tou{ height: 1.85rem; overflow: hidden; }
.news .list li .en{ color: #ed251b; line-height: 0.4rem; font-size: 0.3rem; max-height: 0.8rem; overflow: hidden; text-transform: uppercase; font-family: light; }
.news .list li .cn{ color: #333; font-weight: bold; font-size: 0.3rem; line-height: 0.4rem; max-height: 0.8rem; overflow: hidden; }
.news .list li .time{ color: #ccc; font-size: 0.18rem; line-height: 0.18rem; height: 0.4rem; font-family: mont; }
.news .list li .content{ font-size: 0.16rem; color: #333; line-height: 0.3rem; height: 1.5rem; overflow: hidden; font-family: light; }
.news .list li .ico{ position: absolute; left: 0.45rem; bottom: 0.45rem; width: 48px; height: 48px; border-radius: 50%; background: #fff url(../images/ico10.png) center no-repeat;}
.news .list li .box a:hover{ background: #fff; box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.news .list li .box a:hover:after{ width: 100%; }
.news .list li .box a:hover .en{ color: #333; }
.news .list li .box a:hover .cn{ color: #ed251b; }
.news .list li .box a:hover .ico{ background: #ed251b url(../images/ico10on.png) center no-repeat; }

.caseBanner{ position:relative; z-index: 1; background: #fff;}
.caseBanner:after{ content: ''; position: absolute; left: 0; top: 0; width: 40%; height: 100%; background: rgba(0,0,0,0.2); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px);}
.caseBanner .sbg{ position: absolute; left: 0; top: 0; width: 100%; height: 160px; background: url(../images/bg1.png) top repeat-x; z-index: 2; }
.caseBanner .bg img{ width:100%;}
.caseBanner .info{ position: absolute; top: 0; height: 100%; left: calc((100% - 15.36rem) / 2); z-index: 2; width: 50%; display: flex; display: -webkit-box; display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;}
.caseBanner .wen{ font-family: light; font-size: 0.3rem; line-height: 0.3rem; color: #fff; padding-bottom: 0.1rem; }
.caseBanner .cn{ font-size: 0.48rem; line-height: 0.72rem; color: #fff; }
.caseBanner .cn em{ display: block; font-family: light;}
.caseBanner .en{ padding-top: 0.2rem; font-size: 18px; line-height: 20px; width: 320px; color: rgba(255,255,255,0.5); font-family: mont; text-transform: uppercase; }

.case{ padding: 1.1rem 0 1.2rem; }
.case .links{ text-align: center; }
.case .links ul{ font-size: 0; }
.case .links li{ display: inline-block; padding: 0 32px; }
.case .links li a{ position: relative; display: block; height: 44px; line-height: 44px; color: #333; font-size: 18px; font-family: light; }
.case .links li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #ed251b; }
.case .links li a:hover{ color: #ed251b; }
.case .links li .aNow{ font-size: 24px; color: #333; font-weight: bold; }
.case .links li .aNow:after{ width: 100%; left: 0; }
/*.case .list{ padding: 1.1rem 0 0.9rem; }*/
.case .list{ padding: 0 0 0.9rem; }
.case .list ul{ margin-right: -10px; }
.case .list li{ float: left; width: 33.33%; padding-bottom: 10px; }
.case .list li .box{ height: 3.9rem; margin-right: 10px; position: relative; overflow:hidden;}
.case .list li .bg{ height: 3.9rem; background: center no-repeat; background-size: cover; }
.case .list li .bg img{ width: 100%; height: 100%; object-fit: cover; }
.case .list li .teme{ height:100%; width:100%;position: absolute;top:auto;left: 0;background:rgba(167,16,24,0.9);overflow: hidden; z-index: 10;transition: none;-webkit-transition:none;
-moz-transition:none;
-o-transition:none;}
.case .list .li02 .teme{background:rgba(214,0,31,0.9);}
.case .list .li03 .teme{background:rgba(0,0,0,0.9);}
.case .list .li04 .teme{background:rgba(198,36,31,0.9);}
.case .list .li05 .teme{background:rgba(0,0,0,0.9);}
.case .list .li06 .teme{background:rgba(219,181,114,0.9);}
.case .list .li07 .teme{background:rgba(123,185,6,0.9);}
.case .list .li08 .teme{background:rgba(0,0,0,0.9);}
.case .list .li09 .teme{background:rgba(0,140,210,0.9);}
.case .list .li10 .teme{background:rgba(8,45,126,0.9);}
.case .list .li11 .teme{background:rgba(51,51,51,0.9);}
.case .list .li12 .teme{background:rgba(84,27,134,0.9);}
.case .list .li13 .teme{background:rgba(0,51,160,0.9);}
.case .list .li14 .teme{background:rgba(0,104,183,0.9);}
.case .list .li15 .teme{background:rgba(0,0,0,0.9);}
.case .list li .Ico{ text-align:center; width: 1.8rem; height: 1.2rem; margin: 0 auto;}
.case .list li .Ico img{ max-width: 1.8rem; max-height: 1.2rem; }
.case .list li .msg{ font-family:light; text-align: center; color: #fff; font-size: 0.18rem; line-height: 0.3rem; max-height: 0.9rem; width: 5.0rem; margin: 0.2rem auto 0;}
.case .list li .btn{ margin: 0.4rem auto 0; width: 38px; height: 12px; background:url(../images/ico2.png) no-repeat; }
.case .list li .name{ margin-right: 10px; }
.case .list li .name a{ display: block; height: 1.0rem; line-height: 1.0rem; overflow: hidden; font-family: light; color: #333; font-size: 0.3rem; }
.case .list li:nth-child(3n+1) .name a{ padding-left: 0.6rem; }
.case .list li .box:hover .bg{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.case .list li:hover .name a{ color: #ed251b; }

.customP1{ padding: 1.2rem 0 1.5rem; }
.customP1 .wen{ position: relative; padding: 0.12rem 0 0 0.5rem; font-size: 0.3rem; line-height: 0.3rem; color: #ed251b; font-family: light; }
.customP1 .wen:before{ content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 14px; background: url(../images/nimg16_2.png) no-repeat; }
.customP1 .name{ padding: 0.6rem 0 0.15rem; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; color: #333; }
.customP1 .txt{ position: relative; font-size: 0.36rem; line-height: 0.36rem; color: #333; font-family: light; padding-bottom: 0.06rem; }
.customP1 .txt:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 1.85rem; height: 0.1rem; background: #ed251b; }
.customP1 .txt em{ position: relative; z-index: 1; }
.customP1 .list{ padding-top: 0.75rem; }
.customP1 .list ul{ margin-right: -1.3rem; }
.customP1 .list li{ float: left; width: 25%; }
.customP1 .list li .box{ margin-right: 1.3rem; }
.customP1 .list li .ico{ height: 1.1rem; }
.customP1 .list li .en{ color: #999; font-size: 0.18rem; line-height: 0.18rem; height: 0.3rem; font-family:tonm; }
.customP1 .list li .cn{ font-size: 0.22rem; line-height: 0.22rem; color: #333; font-weight: bold; height: 0.55rem;}
.customP1 .list li .msg{ font-size: 14px; color: #333; line-height: 0.3rem; height: 190px; text-align: justify; font-family: light; }
.customP1 .list li .more a{ display: block; font-size: 14px; color: #ed251b; width: 45px; background: url(../images/ico7.png) right center no-repeat; background-size: 6px;}
.customP1 .list li .more a:hover{ text-decoration: underline; }

.customP2{ padding-top: 1.3rem; height: 16.18rem; background: url(../images/customP2.jpg) center no-repeat; background-size: cover; box-sizing: border-box; }
.customP2 .layer{ width: 4.0rem; position: sticky; top: 0;}
.customP2 .title{ font-size: 0.48rem; color: #333; font-weight: bold; line-height: 0.6rem; position: relative; }
.customP2 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 1.85rem; height: 0.1rem; background: #ed251b; }
.customP2 .title em{ position: relative; z-index: 1; }
.customP2 .msg{ padding-top: 0.6rem; color: #333; font-size: 0.24rem; line-height: 0.4rem; font-family: light; }
.customP2 .list{ width: 8.7rem; }
.customP2 .list li{ border-bottom: #333 solid 2px; position: relative; padding-left: 4.25rem; height: 2.1rem; margin-bottom: 0.7rem;}
.customP2 .list li:last-child{ margin-bottom: 0; }
.customP2 .list li .name{ position: absolute; left: 0; top: 0; font-size: 0.72rem; line-height: 0.72rem; color: #333; font-family: light; }
.customP2 .list li .ico{ position: absolute; left: 0; bottom: 20px; }
.customP2 .list li .wen{ color: #999; font-size: 0.16rem; line-height: 0.36rem; }
.customP2 .list li .wen b{ display: block; color: #333; }

.customP3{ height: 7.25rem; box-sizing: border-box; background: url(../images/customP3.jpg) center no-repeat; background-size: cover; position: relative;}
.customP3 .title{ text-align: center; color: #fff; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.3rem; }
.customP3 .msg{ color: #fff; font-size: 0.36rem; line-height: 0.54rem; width: 7.56rem; margin: 0 auto; text-align: center; font-family: light; }
.customP3 .ico{ position: absolute; left: 50%; margin-left: -19px; bottom: 0.6rem; width: 38px; height: 38px; border-radius: 50%; border: #fff solid 2px; box-sizing: border-box; background: url(../images/ico5on.png) center no-repeat; }

.customP4{ background: #f6f6f6; padding: 1.2rem 0 1.5rem; }
.customP4 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.2rem; }
.customP4 .msg{ font-size: 0.18rem; line-height: 0.18rem; color: #333; padding-bottom: 0.05rem; position: relative; }
.customP4 .msg:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 1.85rem; height: 0.1rem; background: #ed251b; }
.customP4 .msg em{ position: relative; z-index: 1; }
.customP4 .listDiv{ padding-top: 0.75rem;}
.customP4 .list ul{ margin-right: -0.52rem; }
.customP4 .list li{ width: 14.28%; float: left; position: relative;}
.customP4 .list li:after{ content: ''; position: absolute; top: 0.7rem; right: 0.18rem; width: 14px; height: 24px; background: url(../images/nimg14_2.png) no-repeat;  }
.customP4 .list li:last-child:after{ display: none; }
.customP4 .list li .box{ margin-right: 0.52rem; height: 2.1rem; position: relative;}
.customP4 .list li .box:after{ content: ''; position: absolute; left: 50%; margin-left: -12px; bottom: 0.16rem; width: 24px; height: 14px; background: url(../images/nimg24_1.png) no-repeat; }
.customP4 .list li:first-child .box:after, .customP4 .list li:last-child .box:after{ display: none; }
.customP4 .list li:nth-child(5) .box:after{ background: url(../images/nimg24_2.png) no-repeat; }
.customP4 .list li .name{ height: 1.65rem; background: #fff; border-radius: 8px; text-align: center; line-height: 1.65rem; color: #333; font-size: 0.2rem; font-weight: bold; }

.customP4 .list2 ul{ margin-right: -0.52rem; }
.customP4 .list2 li{ width: 14.28%; float: left; position: relative;}
.customP4 .list2 li:after{ content: ''; position: absolute; top: 0.7rem; right: 0.18rem; width: 14px; height: 24px; background: url(../images/nimg14_2.png) no-repeat;  }
.customP4 .list2 li:last-child:after{ display: none; }
.customP4 .list2 li .box{ margin-right: 0.52rem; position: relative;}
.customP4 .list2 li .name{ height: 1.65rem; background: #fff; border-radius: 8px; text-align: center; line-height: 1.65rem; color: #333; font-size: 0.2rem; font-weight: bold; }
.customP4 .list2 li .limg{ height: 1.65rem; }

.customP5{ height: 9.3rem; position: relative; background: url(../images/customP5.jpg) center no-repeat; background-size: cover;}
.ultra-gradient-wrapper { width: 100%; height: 100%; background-color: #eee; justify-content: center; align-items: flex-start; font-size: 1vw; position: absolute; top: 0%; bottom: 0%; left: 0%;  right: 0%; overflow: hidden;}
.main-shapes-wrapper { filter: blur(120px);}
.blending-group-wrapper { z-index: 1; filter: blur(120px); mix-blend-mode: overlay;}
.main-shapes-wrapper div, .blending-group-wrapper div { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0);}
.shape-8 { width: 47em; height: 119em; background-color: #9fc68e; border-radius: 999em; margin-left: auto; margin-right: auto; position: absolute; top: -17.1em; left: 26.7em; right: 0; transform: rotate(29deg);}
.shape-9 { width: 30em; height: 119em; background-color: #e5e5e5; border-radius: 999em; position: absolute; top: -5.3em; right: 1.2em; transform: rotate(39deg);}
.shape-4 { width: 65em; height: 40em; background-color: #f6c779; border-radius: 999em; margin-left: auto; position: absolute; top: -11.3em; left: 0; transform: rotate(40deg);}
.shape-5 { width: 30em; height: 30em; background-color: #e7805b; border-radius: 999em; margin-left: auto; margin-right: auto; position: absolute; top: -21.7em; left: 0; right: 0;}
.shape-7 { width: 20em; height: 13em; background-color: #b5a3d6; border-radius: 999em; margin-left: auto; margin-right: auto; position: absolute; top: -4.1em; left: 0; right: -23.9em; transform: rotate(40deg);}
.shape-6 { width: 66em; height: 60em; background-color: #a0bce0; border-radius: 999em; margin-left: auto; position: absolute; top: -14.2em; right: -25em; transform: rotate(60deg);}
.shape-3 { width: 53em; height: 100em; background-color: #b5a3d6; border-radius: 999em; position: absolute; top: -19.8em; left:-26em; right: 0; transform: rotate(-28deg);}
.shape-2 { width: 43em; height: 40em; background-color: #b5a3d6; border-radius: 999em; margin-left: auto; position: absolute; top: -20em; left:-27.4em; right: 0;}
.shape-1 { width: 40em; height: 40em; background-color: #a0bce0; border-radius: 999em; margin-left: auto; margin-right:auto; position: absolute; top: -24.7em; left:0; right: 0;}


.shape-3{animation: myfirst 10s linear 0s infinite normal;
-moz-animation: myfirst 10s linear 0s infinite normal;
-webkit-animation: myfirst 10s linear 0s infinite normal;
-o-animation: myfirst 10s linear 0s infinite normal;}

.shape-2{animation: myfirst2 10s linear 0s infinite normal;
-moz-animation: myfirst2 10s linear 0s infinite normal;
-webkit-animation: myfirst2 10s linear 0s infinite normal;
-o-animation: myfirst2 10s linear 0s infinite normal;}

.background-noise { z-index: 0; width: 100%; height: 100%; opacity: .3; background-image: url(../images/noise.png); background-position: 0 0; background-size: auto; position: absolute; top: 0%; bottom: 0%;left: 0%; right: 0%;}

.customP5 .wal{ height: 100%; }
.customP5 .leftCon{ width: 5.8rem; position: relative; z-index: 1; }
.customP5 .txt{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.2rem; }
.customP5 .wen{ font-size: 0.36rem; line-height: 0.36rem; color: #333; position: relative; padding-bottom: 0.05rem; font-family: light; }
.customP5 .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 1.85rem; height: 0.1rem; background: #ed251b; }
.customP5 .wen em{ position: relative; z-index: 1; }
.customP5 .msg{ font-size: 0.18rem; line-height: 0.32rem; color: #333; font-family: light; padding-top: 0.5rem; }
.customP5 .rightDiv{ width: 7.35rem; height: 6.12rem; position: relative; z-index: 1; }
.customP5 .rightDiv li{ position: absolute; width: 3.25rem; height: 3.25rem; font-weight: bold; color: #fff; text-align: center; font-size: 0.24rem; line-height: 0.3rem; border-radius: 50%; }
.customP5 .rightDiv li.left{ left: 0; top: 50%; margin-top: -1.62rem; background: url(../images/nimg325Bg4.png) no-repeat; background-size: 100%; z-index: 2; }
.customP5 .rightDiv li.right{ right: 0; top: 50%; margin-top: -1.62rem; background: url(../images/nimg325Bg2.png) no-repeat; background-size: 100%; z-index: 2;}
.customP5 .rightDiv li.top{ color: #333; left: 50%; top: 0; margin-left: -1.62rem; background: url(../images/nimg325Bg3.png) no-repeat; background-size: 100%; z-index: 1; }
.customP5 .rightDiv li.bottom{ color: #333; left: 50%; bottom: 0; margin-left: -1.62rem; background: url(../images/nimg325Bg.png) no-repeat; background-size: 100%; z-index: 3; }
.customP5 .rightDiv li b{ display: block; font-size: 0.18rem; }

.customP6{ padding: 1.5rem 0; }
.customP6 .title{ font-size: 0.48rem; line-height: 0.48rem; text-align: center; color: #333;}
.customP6 .title .pj{ position: relative; display: inline-block; padding-bottom: 0.05rem;}
.customP6 .title .pj:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.1rem; background: #ed251b; }
.customP6 .title .pj b{ position: relative; z-index: 1; }
.customP6 .msg{ text-align: center; font-size: 0.24rem; line-height: 0.24rem; color: #333; font-family: light; padding-top: 0.25rem; }
.customP6 .list{ padding-top: 0.65rem; }
.customP6 .list ul{ margin-right: -10px; }
.customP6 .list li{ float: left; width: 33.33%; padding-bottom: 10px; }
.customP6 .list li .box{ height: 3.9rem; margin-right: 10px; position: relative; overflow:hidden;}
.customP6 .list li .bg{ height: 3.9rem; background: center no-repeat; background-size: cover; }
.customP6 .list li .bg img{ width: 100%; height: 100%; object-fit: cover; }
.customP6 .list li .teme{ height:100%; width:100%;position: absolute;top:auto;left: 0;background:rgba(167,16,24,0.9);overflow: hidden; z-index: 10;transition: none;-webkit-transition:none;
-moz-transition:none;
-o-transition:none;}
.customP6 .list .li02 .teme{background:rgba(214,0,31,0.9);}
.customP6 .list .li03 .teme{background:rgba(0,0,0,0.9);}
.customP6 .list .li04 .teme{background:rgba(198,36,31,0.9);}
.customP6 .list .li05 .teme{background:rgba(0,0,0,0.9);}
.customP6 .list .li06 .teme{background:rgba(219,181,114,0.9);}
.customP6 .list li .Ico{ text-align:center; width: 1.8rem; height: 1.2rem; margin: 0 auto;}
.customP6 .list li .Ico img{ max-width: 1.8rem; max-height: 1.2rem; }
.customP6 .list li .msg{ font-family:light; text-align: center; color: #fff; font-size: 0.18rem; line-height: 0.3rem; max-height: 0.9rem; width: 5.0rem; margin: 0.2rem auto 0;}
.customP6 .list li .btn{ margin: 0.4rem auto 0; width: 38px; height: 12px; background:url(../images/ico2.png) no-repeat; }

.jiumaojiuP1{ padding: 1.85rem 0; }
.jiumaojiuP1 .toptop{ position: relative; }
.jiumaojiuP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.jiumaojiuP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.jiumaojiuP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.jiumaojiuP1 .tips img{ padding-left: 0.3rem; }
.jiumaojiuP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.jiumaojiuP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.jiumaojiuP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.jiumaojiuP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.jiumaojiuP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.jiumaojiuP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.jiumaojiuP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.jiumaojiuP1 .content em{ font-family: light; }
.jiumaojiuP1 .content b{ color: #d6001f; }
.jiumaojiuP1 .videoBox{ margin-top:0.8rem; padding: 10px; position: relative; background:#ebedee; box-sizing: border-box; border-radius: 0.16rem; overflow: hidden; box-shadow: 9px 15px 40px 0px rgba(0, 0, 0, 0.1);}
.jiumaojiuP1 .videoBox video{ width:100%; border-radius: 0.1rem;}

.jiumaojiuP2{ padding: 0 0.6rem; }
.jiumaojiuP2 .title { font-size: 0.48rem; line-height: 0.48rem; color: #000; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.jiumaojiuP2 .title:after { content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.jiumaojiuP2 .msg { font-family: light; text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #000; width: 8.9rem; margin: 0.45rem auto 1.85rem;}
.jiumaojiuP2 .mxfDiv{ position: relative; }
.jiumaojiuP2 .rightImg{ width: 56%; padding: 10px; position: relative; box-sizing: border-box; border-radius: 0.16rem; overflow: hidden; box-shadow: 9px 15px 40px 0px rgba(0, 0, 0, 0.1);}
.jiumaojiuP2 .rightImg:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb); }
.jiumaojiuP2 .rightImg img{ border-radius: 0.1rem; width: 100%; position: relative; z-index: 1; }
.jiumaojiuP2 .conDiv{ width: 4.5rem; position: absolute; top: 0; left: 50%; margin-left: -7.68rem;}
.jiumaojiuP2 .name{ font-size: 0.72rem; line-height: 0.9rem; color: #000; font-weight: bold; }
.jiumaojiuP2 .wen{ padding: 0.5rem 0 0.25rem; font-size: 0.3rem; line-height: 0.3rem; color: #d9b372; font-weight: bold; }
.jiumaojiuP2 .txt{ font-size: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; }
.jiumaojiuP2 .zi{ padding-top: 0.6rem; font-size: 0.24rem; line-height: 0.36rem; color: #000; font-family: light;}

.jiumaojiuP3{ padding-top: 1.15rem; }
.jiumaojiuP3 .toptop{ padding-bottom: 0.8rem; }
.jiumaojiuP3 .title{ font-size: 0.72rem; line-height: 0.72rem; color: #000; font-weight: bold; }
.jiumaojiuP3 .txt{ padding: 0.45rem 0 0.4rem; font-size: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; }
.jiumaojiuP3 .msg{ width: 10.0rem; font-size: 0.24rem; line-height: 0.36rem; color: #000; text-align: justify; font-family: light; }
.jiumaojiuP3 .bigImg img{ width: 100%; }

.jiumaojiuP4{ padding: 2.6rem 0.6rem 1.8rem; }
.jiumaojiuP4 .mxfDiv{ position: relative; }

.jiumaojiuP4 .rightList{ width: 56%;}
.jiumaojiuP4 .rightList li{ padding-bottom: 0.3rem; }
.jiumaojiuP4 .rightList li .limg{ padding: 10px; position: relative; box-sizing: border-box; border-radius: 0.16rem; overflow: hidden; box-shadow: 9px 15px 40px 0px rgba(0, 0, 0, 0.1);}
.jiumaojiuP4 .rightList li .limg:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb); }
.jiumaojiuP4 .rightList li .limg img{ border-radius: 0.1rem; width: 100%; position: relative; z-index: 1; }
.jiumaojiuP4 .conDiv{ width: 4.5rem; position: absolute; top: 0; left: 50%; margin-left: -7.68rem;}
.jiumaojiuP4 .name{ font-size: 0.72rem; line-height: 0.9rem; color: #000; font-weight: bold; }
.jiumaojiuP4 .txt{ padding: 0.45rem 0 0.5rem; font-size: 0.36rem; line-height: 0.6rem; color: #000; font-weight: bold; }
.jiumaojiuP4 .zi{ font-size: 0.24rem; line-height: 0.36rem; color: #000; font-family: light;}

.jiumaojiuP5{ position: relative; padding-bottom: 1.2rem; }
.jiumaojiuP5 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.jiumaojiuP5 .title:after { content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.jiumaojiuP5:before{ content: ''; position: absolute; left: 0; top: 0; width: 50%; height: 100%; background-image: linear-gradient(top,#fff,#e7e4df);
    background-image: -webkit-linear-gradient(top,#fff,#e7e4df);
    background-image: -moz-linear-gradient(top,#fff,#e7e4df);
    background-image: -o-linear-gradient(top,#fff,#e7e4df);
    background-image: linear-gradient(to bottom,#fff,#e7e4df);
    background-image: -webkit-linear-gradient(to bottom,#fff,#e7e4df);
    background-image: -moz-linear-gradient(to bottom,#fff,#e7e4df);
    background-image: -o-linear-gradient(to bottom,#fff,#e7e4df);}
.jiumaojiuP5 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center; }
.jiumaojiuP5 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.jiumaojiuP5 .mxfDiv{ padding-top: 1.85rem; position: relative; z-index: 1; overflow: hidden;}
.jiumaojiuP5 .leftDiv{ width: 50%; }
.jiumaojiuP5 .txtImg{ padding: 1.15rem 0 0 0.8rem; }
.jiumaojiuP5 .txtImg img{ width: 5.4rem; }

.jiumaojiuP5 .rightDiv{ width: 6.6rem; }
.jiumaojiuP5 .txtDiv{ padding-top: 0.35rem; position: relative; }
.jiumaojiuP5 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.jiumaojiuP5 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#e1e1e1,#fcfcfc);
 background-image:linear-gradient(to bottom,#e1e1e1,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.jiumaojiuP5 .imgDiv{ padding-top: 1.0rem; }
.jiumaojiuP5 .imgDiv img{ width: 6.6rem; }

.jiumaojiuP6{ padding: 1.0rem 0 1.8rem; }
.jiumaojiuP6 .txtDiv{ text-align: center; padding-top: 0.35rem; position: relative; }
.jiumaojiuP6 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.jiumaojiuP6 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#d4d4d4,#fcfcfc);
 background-image:linear-gradient(to bottom,#d4d4d4,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}
.jiumaojiuP6 .mxfDiv{ margin-top: 0.9rem; height: 5.42rem; overflow: hidden; }
.jiumaojiuP6 .leftDiv, .jiumaojiuP6 .rightDiv{ width: 37%; }

.jiumaojiuP6 .leftDiv{ height: 5.42rem; box-sizing: border-box; border: #ededed solid 1px; border-left: none; }
.jiumaojiuP6 .leftDiv .wen{ text-align: center; font-size: 16px; line-height: 24px; font-family: light; }
.jiumaojiuP6 .midDiv{ width: 26%; height: 5.42rem; }
.jiumaojiuP6 .midDiv .wen{ text-align: center; font-size: 16px; line-height: 24px; font-family: light; }
.jiumaojiuP6 .rightDiv li{ height: 2.71rem; }
.jiumaojiuP6 .rightDiv li .wen{ text-align: center; font-size: 16px; line-height: 24px; font-family: light; }
.jiumaojiuP6 .rightDiv li:last-child .wen{ color: #fff; }

.jiumaojiuP7{ padding-bottom: 1.0rem; }
.jiumaojiuP7 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.jiumaojiuP7 .title:after { content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.jiumaojiuP7 .mxfDiv{ margin-top: 0.75rem; position: relative; padding-left: 1.45rem; padding-bottom: 3.0rem; }
.jiumaojiuP7 .mxfDiv .PCDiv{ width: 10.8rem; position: relative; padding: 10px; border-radius: 0.16rem; box-sizing: border-box; overflow: hidden; box-shadow: 9px 15px 40px 0px rgba(0, 0, 0, 0.1);}
.jiumaojiuP7 .mxfDiv .PCDiv:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb); }
.jiumaojiuP7 .mxfDiv .PCDiv img{ border-radius: 0.1rem; width: 100%; position: relative; z-index: 1; }
.jiumaojiuP7 .mxfDiv .PhoneDiv{ width: 4.0rem; position: absolute; right: 0.25rem; bottom: 0; padding: 10px; border-radius: 0.16rem; box-sizing: border-box; overflow: hidden; z-index: 1; box-shadow: 9px 15px 40px 0px rgba(0, 0, 0, 0.1);}
.jiumaojiuP7 .mxfDiv .PhoneDiv:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb); }
.jiumaojiuP7 .mxfDiv .PhoneDiv img{ border-radius: 0.1rem; width: 100%; position: relative; z-index: 1; }

.jiumaojiuP8{ padding-bottom: 2.0rem; }
.jiumaojiuP8 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.jiumaojiuP8 .title:after { content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.jiumaojiuP8 .imgDiv{ margin-top: 0.9rem; position: relative; padding: 10px; border-radius: 0.16rem; box-sizing: border-box; overflow: hidden; box-shadow: 9px 15px 40px 0px rgba(0, 0, 0, 0.1); }
.jiumaojiuP8 .imgDiv:after{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb); }
.jiumaojiuP8 .imgDiv img{ border-radius: 0.1rem; width: 100%; position: relative; z-index: 1; }

.jiumaojiuP9{ padding-bottom: 1.4rem; }
.jiumaojiuP9 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem; }
.jiumaojiuP9 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.jiumaojiuP9 .imgList{ padding-top: 0.75rem; }
.jiumaojiuP9 .imgList ul{ margin-right: -0.18rem; }
.jiumaojiuP9 .imgList li{ float: left; width: 11.11%; }
.jiumaojiuP9 .imgList li .limg{ margin-right: 0.18rem; box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);}
.jiumaojiuP9 .imgList li .limg img{ width: 100%; }

.jiumaojiuP9 .botbot{ padding-top: 2.0rem; }
.jiumaojiuP9 .btnDiv a{ display: block; font-weight: bold; width: 100%; height: 0.72rem; font-size: 0.24rem; text-align: center; color: #fff; line-height: 0.72rem; background: #4141ff; border-radius: 8px; }

/*2024.9.25*/
.minisoP1{ padding: 2.25rem 0 1.3rem; }
.minisoP1 .toptop{ position: relative; }
.minisoP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.minisoP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.minisoP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.minisoP1 .tips img{ padding-left: 0.3rem; }
.minisoP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.minisoP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.minisoP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.minisoP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.minisoP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.minisoP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.minisoP1 .content em{ font-family: light; }
.minisoP1 .content b{ color: #cc1f30; }

.minisoP2{ position: relative; padding-bottom: 1.5rem; }
.minisoP2 .toptop{ padding-bottom: 0.4rem; }
.minisoP2 .temeDiv{ position: relative; padding-bottom: 0.25rem; }
.minisoP2 .temeDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP2 .temeDiv .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; }
.minisoP2 .temeDiv .wen{ font-size: 0.3rem; line-height: 0.3rem; color: #333; padding-top: 0.15rem; font-family: light; }

.minisoP2 .botbot{ background: #f7f7f7; }
.minisoP2 .list{ width: 10.0rem; position: relative;}
.minisoP2 .list:before{ content: ''; position: absolute; left: 50%; margin-left: -5.06rem; top: 50%; width: 10.12rem; height: 1px; background: url(../images/line1.png) no-repeat; background-size: 10.12rem; }
.minisoP2 .list:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-top: -3.47rem; width: 1px; height: 6.94rem; background: url(../images/line2.png) center no-repeat; }
.minisoP2 .list li{ float: left; width: 50%; box-sizing: border-box; padding: 0 0.65rem; height: 3.6rem; }
.minisoP2 .list li .num{ color: #989898; font-size: 0.24rem; line-height: 0.24rem; font-family: mont; height: 0.5rem; }
.minisoP2 .list li .name{ font-size: 0.24rem; color: #333; font-weight: bold; line-height: 0.36rem; height: 1.6rem; text-align: justify;}
.minisoP2 .list li .x{ font-family: harmony; font-size: 0.24rem; line-height: 0.24rem; color: #333; text-transform: uppercase; }
.minisoP2 .layerDiv{ position: absolute; top: 0.9rem; right: 50%; margin-right: -8.4rem; z-index: 1; }
.minisoP2 .limg img{ width: 7.1rem; }
.minisoP2 .layerDiv p{ position:absolute; bottom:0.3rem; right:0; font-size: 0.18rem; line-height: 0.18rem; color: #999; padding-top: 0.25rem; width:5.12rem; text-align:center; font-family: light; }

.minisoP3 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.minisoP3 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP3 .msg{ font-family: light; text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #333; width: 9.4rem; margin: 0.45rem auto 0; }
.minisoP3 .list{ padding-top:0.5rem;}
.minisoP3 .list ul{ margin-right:-0.2rem;}
.minisoP3 .list li{ float:left; width:16.66%;}
.minisoP3 .list li .box{ margin-right:0.2rem; height:3.2rem; background:#f6f6f6; padding: 0.45rem 0.32rem 0; text-align:center; box-sizing:border-box;}
.minisoP3 .list li .num{ font-size:0.48rem; line-height:0.48rem; color:#ed251b; font-family:mont;}
.minisoP3 .list li .name{ margin-top:0.2rem; font-size:0.24rem; line-height:0.24rem; color:#333; font-weight:bold;}
.minisoP3 .list li .wen{ padding-top: 0.2rem; font-size:0.14rem; color:#000; line-height:0.3rem; font-family: light;}
.minisoP3 .list li .box:hover{ background:#fff; box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);}

.minisoP4{ overflow: hidden; padding: 1.6rem 0 2.75rem; }
.minisoP4 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.minisoP4 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP4 .msg{ text-align: center; font-size: 0.24rem; line-height: 0.36rem; color: #000; width: 6rem; margin: 0.65rem auto 0; font-family: light; }
.minisoP4 .list{ padding-top: 1.0rem; }
.minisoP4 .list ul{ display: flex; display: -webkit-flex; justify-content: space-around; -webkit-justify-content: space-around;}
.minisoP4 .list li{ cursor: pointer; position: relative;}
.minisoP4 .list li .lbox{ padding-top: 0.4rem; width: 2.25rem; height: 2.25rem; box-sizing: border-box; border: #f1f2f4 solid 1px; border-radius: 50%; }
.minisoP4 .list li .ico{ width: 0.68rem; height: 0.68rem; margin: 0 auto; position: relative; }
.minisoP4 .list li .ico img{ position: absolute; left: 0; top: 0; width: 0.68rem; }
.minisoP4 .list li .ico .img1{ opacity: 0; }
.minisoP4 .list li .name{ padding-top: 0.25rem; font-size: 0.3rem; line-height: 0.3rem; text-align: center; font-family: light; }
.minisoP4 .list li .layer{ z-index: -1; opacity: 0; visibility: hidden; position: absolute; top: 1.9rem; padding-top: 11px; left: 50%; margin-left: -2.62rem;}
.minisoP4 .list li .layer .bg{ position: absolute; left: 50%; margin-left: -8px; top: 0; height: 11px; width: 16px; background: url(../images/nimg16Bg.png) center top no-repeat; }
.minisoP4 .list li .layer .pj{ border-radius: 16px; background: #f6f6f6; width: 5.24rem; height: 1.78rem; padding: 0.25rem 0.3rem 0; box-sizing: border-box; }
.minisoP4 .list li .layer b{ font-size: 0.16rem; color: #999; line-height: 0.28rem; display: block; }
.minisoP4 .list li .layer p{ font-size: 0.16rem; color: #999; line-height: 0.28rem; font-family: light;}
.minisoP4 .list li.on .lbox{ background: #ed251b; border: #ed251b solid 1px; }
.minisoP4 .list li.on .ico img{ opacity: 1; }
.minisoP4 .list li.on .ico .img1{ opacity: 1; }
.minisoP4 .list li.on .name{ color: #fff; }
.minisoP4 .list li.on .layer{ opacity: 1; visibility: visible; top: 2.0rem; z-index: 2; }

.minisoP6{ padding: 1.35rem 0 2.7rem; position: relative; overflow:hidden; }
.minisoP6:before{ content: ''; position: absolute; left: 0; top: 0; width: 50%; height: 100%; background-image: linear-gradient(top,#fff,#f8f8f8);
    background-image: -webkit-linear-gradient(top,#fff,#f8f8f8);
    background-image: -moz-linear-gradient(top,#fff,#f8f8f8);
    background-image: -o-linear-gradient(top,#fff,#f8f8f8);
    background-image: linear-gradient(to bottom,#fff,#f8f8f8);
    background-image: -webkit-linear-gradient(to bottom,#fff,#f8f8f8);
    background-image: -moz-linear-gradient(to bottom,#fff,#f8f8f8);
    background-image: -o-linear-gradient(to bottom,#fff,#f8f8f8);}
.minisoP6 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center; }
.minisoP6 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP6 .mxfDiv{ padding-top: 0.85rem; position: relative; z-index: 1;}
.minisoP6 .leftDiv{ width: 6.6rem; position:absolute; left:50%; margin-left:-7.68rem; }
.minisoP6 .txtImg img{ width: 6.6rem; }

.minisoP6 .rightDiv{ width: 50%; position:relative; }
.minisoP6 .leftDiv .txtDiv{ position:absolute; left:0; top:1.6rem; }
.minisoP6 .txtDiv{ padding-top:0.35rem; width:3.5rem;}
.minisoP6 .txtDiv .cn{ font-size: 0.3rem; line-height: 0.3rem; color: #000; position: relative; z-index: 1; font-family: light; }
.minisoP6 .txtDiv .en{ text-transform: uppercase; font-size: 0.6rem; line-height: 0.6rem; font-family: mont; width: 100%; position: absolute; left: 0; top: 0; background-image:-webkit-linear-gradient(top,#e1e1e1,#fcfcfc);
 background-image:linear-gradient(to bottom,#e1e1e1,#fcfcfc); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}

.minisoP6 .rightDiv .txtDiv{ position:absolute; left:0.75rem; top:1.6rem; }
.minisoP6 .list{ padding: 3.25rem 0.9rem 0 0.6rem; }
.minisoP6 .list ul{ margin-right:-0.42rem;}
.minisoP6 .list li{ float:left; width:33.33%;}
.minisoP6 .list li .box{ margin-right:0.42rem;}
.minisoP6 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.minisoP6 .list li .bg{ height: 1.34rem; border-radius: 0.24rem; }

.minisoP7{ padding:1.75rem 0 1.0rem;}
.minisoP7 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center; margin-bottom:1.1rem; }
.minisoP7 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP7 .ssDiv{ padding-bottom:0.8rem; text-align:center;}
.minisoP7 .ssDiv .num{ color:#d6001f; font-size:0.72rem; line-height:0.72rem; padding-bottom:0.2rem; font-family: tonm;}
.minisoP7 .ssDiv .name{ font-size:0.72rem; line-height:0.72rem; color:#333; font-family: light;}
.minisoP7 .ssDiv .wen{ padding-top:0.2rem; font-size:0.3rem; line-height:0.3rem; color:#333; font-family: light;}

.minisoP7 .leftScroll{ overflow:hidden; }
.minisoP7 .leftScroll .list li{ float: left; margin: 0 17px; padding: 0.32rem 0;}
.minisoP7 .leftScroll .list li .limg{ border-radius: 20px; width: 9.0rem; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
.minisoP7 .leftScroll .list li .limg img{ width: 100%; }
.minisoP7 .rightScroll{ overflow:hidden; }
.minisoP7 .rightScroll .list li{ float: left; margin: 0 17px; padding: 0.32rem 0;}
.minisoP7 .rightScroll .list li .limg{ border-radius: 20px; width: 9.0rem; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
.minisoP7 .rightScroll .list li .limg img{ width: 100%; }

.minisoP8{ padding-bottom: 1.5rem; }
.minisoP8 .ssDiv{ padding-bottom:0.8rem; text-align:center;}
.minisoP8 .ssDiv .num{ color:#d6001f; font-size:0.72rem; line-height:0.72rem; padding-bottom:0.2rem; font-family: tonm;}
.minisoP8 .ssDiv .name{ font-size:0.72rem; line-height:0.72rem; color:#333; font-family: light;}
.minisoP8 .ssDiv .wen{ padding-top:0.2rem; font-size:0.3rem; line-height:0.3rem; color:#333; font-family: light;}
.minisoP8 .toptop{ position: relative; }
.minisoP8 .toptop:before{ content: ''; position: absolute; left: 0; top: 0; width: 65%; height: 3px; background: #d6001f; }
.minisoP8 .ss1{ position: relative; padding-top: 0.8rem; padding-right: 10px;}
.minisoP8 .ss1 .imgDiv{ width: 65%; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.minisoP8 .ss1 .imgDiv img{ width: 100%; }
.minisoP8 .ss1 .conDiv{ position: absolute; left: 50%; margin-left: -7.68rem; top: 1.6rem; z-index: 1; }
.minisoP8 .ss1 .conDiv .en{ font-size: 1.2rem; line-height: 1.0rem; color: #d6001f; font-family: mont; }
.minisoP8 .ss1 .conDiv .en2{ font-size: 0.6rem; line-height: 0.6rem; color: #000; font-family: mont; text-transform: uppercase; }
.minisoP8 .ss1 .conDiv .cn{ padding-top: 0.15rem; font-size: 0.24rem; line-height: 0.24rem; color: #000; font-family:tonm,light; }
.minisoP8 .ss2{ position: relative; margin-top: 0.8rem; padding-bottom: 1.5rem;}
.minisoP8 .leftImg{ width: 9.0rem; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); position: relative; z-index: 1;}
.minisoP8 .leftImg img{ width: 100%; }
.minisoP8 .rightImg{ position: absolute; left: 50%; margin-left: 1.8rem; top: 0; width: 7.93rem; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.minisoP8 .rightImg img{ width: 100%; }
.minisoP8 .botbot{ position: relative; padding-top: 0.95rem; }
.minisoP8 .botbot:before{ content: ''; position: absolute; left: 0; top: 0; width: 65%; height: 3px; background: #d6001f; }
.minisoP8 .ss3{ position: relative; }
.minisoP8 .ss3 .wal{ position: relative; }
.minisoP8 .ss3 .conDiv{ position: absolute; left: 0; top: 0; z-index: 1; }
.minisoP8 .ss3 .conDiv .en{ font-size: 1.06rem; line-height: 1.0rem; color: #d6001f; font-family: mont; text-transform: uppercase; }
.minisoP8 .ss3 .conDiv .en2{ font-size: 0.6rem; line-height: 0.6rem; color: #000; font-family: mont; text-transform: uppercase; }
.minisoP8 .ss3 .conDiv .cn{ padding-top: 0.15rem; font-size: 0.24rem; line-height: 0.24rem; color: #000; font-family:tonm, light; }
.minisoP8 .imgList li{ margin-bottom: 0.9rem; }
.minisoP8 .imgList li:last-child{ margin-bottom: 0; }
/*.minisoP8 .imgList li:nth-child(2){ margin-bottom: 0; }*/
.minisoP8 .imgList li .limg{ width: 10.92rem; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);}
.minisoP8 .imgList li .limg img{ width: 100%; }
.minisoP8 .imgList li .rimg{ width: 10.92rem; }
.minisoP8 .imgList li .rimg img{ width: 100%; }


.minisoP9{ padding-bottom: 1.5rem; }
.minisoP9 .ssDiv{ padding-bottom:1.1rem; text-align:center;}
.minisoP9 .ssDiv .num{ color:#d6001f; font-size:0.72rem; line-height:0.72rem; padding-bottom:0.2rem; font-family: tonm;}
.minisoP9 .ssDiv .name{ font-size:0.72rem; line-height:0.72rem; color:#333; font-family: light;}
.minisoP9 .ssDiv .wen{ padding-top:0.2rem; font-size:0.3rem; line-height:0.3rem; color:#333; font-family: light;}
.minisoP9 .mxfDiv{ position: relative; height: 9.2rem; }
.minisoP9 .leftImg{ width: 9.2rem; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
.minisoP9 .leftImg img{ width: 100%; }
.minisoP9 .rightImg{ position: absolute; right: 0; bottom: 0; width: 10.8rem; border-radius: 20px; overflow: hidden; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); z-index: 1; }
.minisoP9 .rightImg img{ width: 100%; }


.minisoP10{ padding: 1.0rem 0 1.9rem; position: relative; background-image: linear-gradient(top,#eff1f1,#fff);
    background-image: -webkit-linear-gradient(top,#eff1f1,#fff);
    background-image: -moz-linear-gradient(top,#eff1f1,#fff);
    background-image: -o-linear-gradient(top,#eff1f1,#fff);
    background-image: linear-gradient(to bottom,#eff1f1,#fff);
    background-image: -webkit-linear-gradient(to bottom,#eff1f1,#fff);
    background-image: -moz-linear-gradient(to bottom,#eff1f1,#fff);
    background-image: -o-linear-gradient(to bottom,#eff1f1,#fff);}
.minisoP10 .title{ position: relative; z-index: 1; font-weight: bold; color: #333; padding-bottom: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; text-align: center;}
.minisoP10 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.minisoP10 .list{ padding: 0.6rem 0.9rem 0; position: relative; z-index: 1; }
.minisoP10 .list ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.minisoP10 .list li{ transform: translateY(0);}
.minisoP10 .list li.left22, .minisoP10 .list li.right22{ padding-top: 3.8rem; }
.minisoP10 .list li .imgDiv img{ width: 3.45rem; }

.minisoP11{ padding: 1.0rem 0 1.2rem; background-image: linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(top,#ebedee,#fdfbfb);
    background-image: linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -webkit-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -moz-linear-gradient(to bottom,#ebedee,#fdfbfb);
    background-image: -o-linear-gradient(to bottom,#ebedee,#fdfbfb);}
.minisoP11 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.25rem; }
.minisoP11 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }

.minisoP11 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #000; text-align: center; font-family: light; padding: 0.6rem 0 0.75rem; }
.minisoP11 .imgList{ padding-bottom: 0.9rem; }
.minisoP11 .imgList ul{ margin-right: -0.18rem; }
.minisoP11 .imgList li{ float: left; width: 11.11%; }
.minisoP11 .imgList li .limg{ margin-right: 0.18rem; box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);}
.minisoP11 .imgList li .limg img{ width: 100%; }

.minisoP11 .btnDiv{ width: 12.0rem; margin: 0 auto; }
.minisoP11 .btnDiv a{ display: block; font-weight: bold; width: 100%; height: 0.72rem; font-size: 0.24rem; text-align: center; color: #fff; line-height: 0.72rem; background: #4141ff; border-radius: 8px; }

.daanP1{ padding: 2.25rem 0 1.4rem; }
.daanP1 .toptop{ position: relative; }
.daanP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.daanP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.daanP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.daanP1 .tips img{ padding-left: 0.3rem; }
.daanP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.daanP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.daanP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.daanP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.daanP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.daanP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.daanP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.daanP1 .content em{ font-family: light; }
.daanP1 .content b{ color: #cc1f30; }

.daanP2 .botbot{ position: relative; padding-top: 1.2rem; background: url(../images/daanP2.jpg) center top no-repeat; background-size: 100%; }
.daanP2 .leftDiv{ width: 9.9rem; }
.daanP2 .txt{ font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.5rem; }
.daanP2 .list{ position: relative; border-top: rgba(255,255,255,0.3) solid 1px; }
.daanP2 .list:before{ content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: rgba(255,255,255,0.3); }
.daanP2 .list:after{ content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.3); }
.daanP2 .list li{ position: relative; float: left; width: 50%; box-sizing: border-box; padding: 0.55rem 0.55rem 0 0; height: 3.15rem; }
.daanP2 .list li:nth-child(2n){ padding: 0.55rem 0 0 0.55rem; }
.daanP2 .list li .num{ position: absolute; right: 0.55rem; top: 0.3rem; color: #fff; font-size: 0.18rem; line-height: 0.18rem; font-family: mont; }
.daanP2 .list li:nth-child(2n) .num{ right: 0; }
.daanP2 .list li .name{ padding-top: 0.3rem; font-size: 0.26rem; color: #fff; font-weight: bold; line-height: 0.44rem; text-align: justify;}
.daanP2 .list li .x{ width: 0.48rem; height: 0.48rem; border: #fff solid 1px; border-radius: 50%; position: relative; }
.daanP2 .list li .x img{ position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; }
.daanP2 .layerDiv{ position: absolute; top: 0.95rem; right: 50%; margin-right: -7.68rem; z-index: 1; }
.daanP2 .limg img{ width: 5.18rem; }

.daanP3{ padding: 1.3rem 0 1.5rem; }
.daanP3 .title{ font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.25rem; color: #333; text-align: center; font-weight: bold; position: relative; }
.daanP3 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.daanP3 .mxfDiv{ overflow: hidden; }
.daanP3 .content{ padding: 0.45rem 0 0.7rem; text-align: center; font-size: 0.24rem; line-height: 0.48rem; color: #333; font-family: light; }
.daanP3 .tab{ width: 2.0rem; }
.daanP3 .tab ul{ height: 4.67rem; display: flex; display: -webkit-flex; flex-direction: column; justify-content: space-between;}
.daanP3 .tab li{ padding-left: 0.7rem; font-size: 0.36rem; line-height: 0.36rem; color: #999; font-family: light; position: relative; }
.daanP3 .tab li:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -2px; width: 14px; height: 3px; left: 5px; background: #e60012; opacity: 0; }
.daanP3 .tab .liNow{ color: #e60012; }
.daanP3 .tab .liNow:before{ opacity: 1; left: 0; }

.daanP3 .tabContentDiv{ width: 11.55rem; }
.daanP3 .tabContent{ position: relative; }
.daanP3 .imgDiv{ width: 7.58rem; border-radius: 8px; overflow: hidden; animation: am_left 0.8s ease-out 0.1s backwards; -webkit-animation: am_left 0.8s ease-out 0.1s backwards; }
.daanP3 .imgDiv img{ width: 100%; }
.daanP3 .rightDiv{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 1;}
.daanP3 .conDiv{ width: 5.84rem; height: 2.2rem; padding: 0 0.55rem; box-sizing: border-box; border-radius: 8px; background: #fff; border: #dcdcdc solid 1px; animation: am_right 0.8s ease-out 0.1s backwards; -webkit-animation: am_right 0.8s ease-out 0.1s backwards; }
.daanP3 .conDiv b{ font-size: 0.18rem; line-height: 0.18rem; color: #333; font-weight: bold; display: block; padding-bottom: 0.1rem; }
.daanP3 .conDiv p{ color: #999; font-size: 0.18rem; line-height: 0.36rem; font-family: light; }

.daanP4{ padding: 1.5rem 0; background: url(../images/daanP4.jpg) center no-repeat; background-size: cover;}
.daanP4 .title{ text-align: center; font-weight: bold; font-size: 0.48rem; line-height: 0.48rem; color: #333; position: relative; padding-bottom: 0.2rem; }
.daanP4 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.daanP4 .list{ padding-top: 0.7rem; }
.daanP4 .list ul{ margin-right: -0.46rem; }
.daanP4 .list li{ float: left; width: 33.33%; }
.daanP4 .list li .box{ margin-right: 0.46rem; position: relative; padding: 0.8rem 0.5rem 0; box-sizing: border-box; height: 3.2rem; text-align: center; color: #fff; border-radius: 8px; background-image: linear-gradient(top,#3cab8c,#64eec7);
    background-image: -webkit-linear-gradient(top,#3cab8c,#64eec7);
    background-image: -moz-linear-gradient(top,#3cab8c,#64eec7);
    background-image: -o-linear-gradient(top,#3cab8c,#64eec7);
    background-image: linear-gradient(to bottom,#3cab8c,#64eec7);
    background-image: -webkit-linear-gradient(to bottom,#3cab8c,#64eec7);
    background-image: -moz-linear-gradient(to bottom,#3cab8c,#64eec7);
    background-image: -o-linear-gradient(to bottom,#3cab8c,#64eec7);}
.daanP4 .list li:nth-child(2) .box{ background-image: linear-gradient(top,#845396,#e9aeff);
    background-image: -webkit-linear-gradient(top,#845396,#e9aeff);
    background-image: -moz-linear-gradient(top,#845396,#e9aeff);
    background-image: -o-linear-gradient(top,#845396,#e9aeff);
    background-image: linear-gradient(to bottom,#845396,#e9aeff);
    background-image: -webkit-linear-gradient(to bottom,#845396,#e9aeff);
    background-image: -moz-linear-gradient(to bottom,#845396,#e9aeff);
    background-image: -o-linear-gradient(to bottom,#845396,#e9aeff);}
.daanP4 .list li:nth-child(3) .box{ background-image: linear-gradient(top,#e16b32,#fdaf88);
    background-image: -webkit-linear-gradient(top,#e16b32,#fdaf88);
    background-image: -moz-linear-gradient(top,#e16b32,#fdaf88);
    background-image: -o-linear-gradient(top,#e16b32,#fdaf88);
    background-image: linear-gradient(to bottom,#e16b32,#fdaf88);
    background-image: -webkit-linear-gradient(to bottom,#e16b32,#fdaf88);
    background-image: -moz-linear-gradient(to bottom,#e16b32,#fdaf88);
    background-image: -o-linear-gradient(to bottom,#e16b32,#fdaf88);}
.daanP4 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.32rem; font-weight: bold; }
.daanP4 .list li .wen{ font-size: 0.18rem; line-height: 0.36rem; font-family: light; }

.daanP5{ position: relative;}
.daanP5:before{ content: ''; position: absolute; left: 0; top: 2.9rem; width: 4.72rem; height: 2.93rem; background: url(../images/nimg472Bg.png) no-repeat; background-size: 4.72rem;}
.daanP5 .mxfDiv{ position: relative; overflow: hidden; padding-bottom: 1.7rem; }
.daanP5 .mxfDiv:after{ content: ''; position: absolute; left: 54.1%; top: 0; width: 1px; height: 100%; background: #eee; }
.daanP5 .leftDiv{ width: 55%; padding-top: 1.4rem; position: relative; z-index: 1; }
.daanP5 .txtDiv .en{ font-size: 0.24rem; color: rgba(204,204,204,0.6); line-height: 0.24rem; font-family: regular; text-transform: uppercase; }
.daanP5 .txtDiv .cn{ padding-bottom: 0.2rem; font-size: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; }
.daanP5 .leftDiv .txtDiv{ width: 3.6rem; }
.daanP5 .leftDiv .limg img{ width: 3.2rem; }

.daanP5 .rightDiv{ width: 45%; padding: 1.4rem 0 0 1.5rem; box-sizing: border-box; }
.daanP5 .list{ padding-top: 1.0rem; }
.daanP5 .list ul{ margin-right: -0.3rem; }
.daanP5 .list li{ float: left; width: 33.33%; }
.daanP5 .list li .box{ margin-right: 0.3rem; }
.daanP5 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.daanP5 .list li .bg{ height: 1.44rem; box-sizing: border-box; border-radius: 0.24rem; }
.daanP5 .list li .limg{ height: 1.44rem; background: center no-repeat; background-size: cover; border-radius: 0.12rem; }

.daanP6{ padding-top: 1.4rem; position: relative; }
.daanP6:after{ content: ''; position: absolute; letter-spacing: 0; top: 0; width: 100%; height: 9.2rem; background: url(../images/daanP6.jpg) center no-repeat; background-size: cover; }
.daanP6 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.25rem; }
.daanP6 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #fff; border-radius: 4px; }
.daanP6 .content{ position: relative; z-index: 1; font-size: 0.24rem; color: #fff; text-align: center; line-height: 0.48rem; padding: 0.4rem 0 0.75rem; font-family: light; }
.daanP6 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 12.0rem; height: 7.0rem; background: #000; border-radius: 0.16rem; }
.daanP6 .qwer{ position: absolute; left: 2%; top: 3%; width: 96%; height:94%; background:#000;}
.daanP6 .qwer video{ width: 100%; height:100%; object-fit: cover;}

.daanP7{ padding: 1.6rem 0; }
.daanP7 .title{ position: relative; text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #333; font-weight: bold; padding-bottom: 0.3rem; }
.daanP7 .title:after{ content: ''; position: absolute; left: 50%; margin-left: -16px; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px;}
.daanP7 .msg{ padding: 0.45rem 0 0.9rem; font-size: 0.24rem; line-height: 0.36rem; text-align: center; color: #333; font-family: light; }
.daanP7 .imgDiv{ text-align: center; }
.daanP7 .imgDiv img{ width: 14.88rem; }


.guangriP1{ padding: 2.25rem 0 1.1rem; }
.guangriP1 .toptop{ position: relative; }
.guangriP1 .name{ font-size: 0.72rem; line-height: 0.72rem; color: #333; font-weight: bold; }
.guangriP1 .wen{ font-size: 0.24rem; line-height: 0.24rem; color: #333; padding-top: 0.2rem; font-family: light; }
.guangriP1 .tips{ position: absolute; right: 0; bottom: 0; z-index: 1; width: 3.75rem; height: 0.72rem; font-size: 0.24rem; color: #fff; border-radius: 8px; background: #4141ff; font-family: light; }
.guangriP1 .tips img{ padding-left: 0.3rem; }
.guangriP1 .midmid{ padding: 0.85rem 0 0.2rem; border-bottom: #eaeaea solid 1px; overflow: hidden; }
.guangriP1 .midmid li{ float: left; margin-right: 0.5rem; font-size: 14px; color: #999; }
.guangriP1 .midmid li em{ color: #333; font-size: 0.18rem; }
.guangriP1 .botbot{ overflow: hidden; padding-top: 0.8rem;  }
.guangriP1 .title{ position: relative; font-size: 0.48rem; line-height: 0.48rem; padding-bottom: 0.2rem; color: #333; font-weight: bold; }
.guangriP1 .title:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.guangriP1 .content{ width: 9.9rem; font-size: 0.24rem; line-height: 0.48rem; color: #333;}
.guangriP1 .content em{ font-family: light; }
.guangriP1 .content b{ color: #d9463e; }

.guangriP2{ padding-top: 1.4rem; height: 9.44rem; box-sizing: border-box; background: url(../images/guangriP2.jpg) center top no-repeat; background-size: 100%; }
.guangriP2 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.25rem; }
.guangriP2 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.guangriP2 .mxfDiv{ position: relative;}
.guangriP2 .list{ position: relative; z-index: 2; }
.guangriP2 .list li{ float: left; position: relative; width: 50%; }
.guangriP2 .list li:nth-child(2n){ float: right; }
.guangriP2 .list li .lbox{ position: relative; width: 3.36rem; box-sizing: border-box; padding-top: 0.65rem; height: 3.15rem; }
.guangriP2 .list li:nth-child(2n) .lbox{ float: right; }
.guangriP2 .list li .lbox:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.3); }
.guangriP2 .list li:nth-child(3) .lbox:before, .guangriP2 .list li:nth-child(4) .lbox:before{ display: none; }
.guangriP2 .list li .num{ position: absolute; right: 0; top: 0.4rem; color: #fff; font-size: 0.18rem; line-height: 0.18rem; font-family: mont; }
.guangriP2 .list li .name{ padding-top: 0.3rem; font-size: 0.22rem; color: #fff; font-family: light; line-height: 0.46rem; text-align: justify;}
.guangriP2 .list li .x{ width: 0.48rem; height: 0.48rem; border: #fff solid 1px; border-radius: 50%; position: relative; }
.guangriP2 .list li .x img{ position: absolute; left: 50%; top: 50%; margin-left: -8px; margin-top: -8px; }

.guangriP2 .layerDiv{ position: absolute; top: 1rem; left: 50%; margin-left: -3.24rem; z-index: 1; }
.guangriP2 .limg img{ width: 6.48rem; }
.guangriP2 .layerDiv p{ text-align: center; font-size: 0.18rem; line-height: 0.18rem; color: #fff; padding-top: 0.4rem; font-family: light; }

.guangriP3{ padding: 1.4rem 0; }
.guangriP3 .title{ font-size: 0.48rem; line-height: 0.48rem; color: #333; text-align: center; font-weight: bold; position: relative; padding-bottom: 0.25rem;}
.guangriP3 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #da3522; border-radius: 4px; }
.guangriP3 .msg{ font-family: light; text-align: center; font-size: 0.24rem; line-height: 0.48rem; color: #333; padding: 0.25rem 0 0.7rem; }
.guangriP3 .list ul{ margin-right:-0.2rem;}
.guangriP3 .list li{ float:left; width:20%;}
.guangriP3 .list li .box{ cursor: pointer; margin-right:0.2rem; height: 4.1rem; background:#fff; padding: 0.9rem 0.32rem 0; text-align:center; box-sizing:border-box; box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1); border-radius: 8px;}
.guangriP3 .list li .name{ position: relative; font-size:0.3rem; line-height:0.3rem; padding-bottom: 0.3rem; color:#333; font-weight:bold;}
.guangriP3 .list li .name:after{ content: ''; position: absolute; left: 50%; margin-left: -18px; bottom: 0; width: 36px; height: 2px; background: #cbcbcb; }
.guangriP3 .list li .wen{ padding-top: 0.2rem; font-size:0.16rem; line-height:0.36rem;}
.guangriP3 .list li .box:hover{ background:#c5251e;}
.guangriP3 .list li .box:hover .name{ color: #fff; }
.guangriP3 .list li .box:hover .name:after{ background: rgba(255,255,255,0.4); }
.guangriP3 .list li .box:hover .wen{ color: rgba(255,255,255,0.75); }

.guangriP4{ padding: 1.4rem 0; background: #f6f6f6;}
.guangriP4 .msg{ font-size: 0.3rem; line-height: 0.3rem; color: #333; text-align: center; padding-bottom: 0.8rem; font-family: light; }
.guangriP4 .list ul{ margin-right: -0.46rem; }
.guangriP4 .list li{ float: left; width: 33.33%; }
.guangriP4 .list li .box{ cursor: pointer; margin-right: 0.46rem; height: 3.2rem; padding: 0.75rem 0.5rem 0; background: #fff; border-radius: 8px; box-sizing: border-box; text-align: center; box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);}
.guangriP4 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; padding-bottom: 0.3rem; color: #333; font-weight: bold; }
.guangriP4 .list li .wen{ font-size: 0.18rem; line-height: 0.36rem; font-family: light;}
.guangriP4 .list li .box:hover{ background: #c5251e; }
.guangriP4 .list li .box:hover .name, .guangriP4 .list li .box:hover .wen{ color: #fff; }

.guangriP5{ position: relative;}
.guangriP5:before{ content: ''; position: absolute; left: 0; top: 3.0rem; width: 4.72rem; height: 2.93rem; background: url(../images/nimg472Bg.png) no-repeat; background-size: 4.72rem;}
.guangriP5 .mxfDiv{ position: relative; overflow: hidden; padding-bottom: 1.9rem; }
.guangriP5 .mxfDiv:after{ content: ''; position: absolute; left: 54.1%; top: 0; width: 1px; height: 100%; background: #eee; }
.guangriP5 .leftDiv{ width: 55%; padding-top: 1.6rem; position: relative; z-index: 1; }
.guangriP5 .txtDiv .en{ font-size: 0.24rem; color: rgba(204,204,204,0.6); line-height: 0.24rem; font-family: regular; text-transform: uppercase; }
.guangriP5 .txtDiv .cn{ padding-bottom: 0.2rem; font-size: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; }
.guangriP5 .leftDiv .txtDiv{ width: 3.6rem; }
.guangriP5 .leftDiv .limg img{ width: 4.01rem; }

.guangriP5 .rightDiv{ width: 45%; padding: 1.6rem 0 0 1.5rem; box-sizing: border-box; }
.guangriP5 .list{ padding-top: 1.0rem; }
.guangriP5 .list ul{ margin-right: -0.3rem; }
.guangriP5 .list li{ float: left; width: 33.33%; }
.guangriP5 .list li .box{ margin-right: 0.3rem; }
.guangriP5 .list li .wen{ text-align: center; font-size: 16px; line-height: 24px; height: 0.85rem; font-family: light; }
.guangriP5 .list li .bg{ height: 1.44rem; box-sizing: border-box; border-radius: 0.24rem; }

.guangriP6{ padding-top: 1.4rem; position: relative; }
.guangriP6:after{ content: ''; position: absolute; letter-spacing: 0; top: 0; width: 100%; height: 8.82rem; background: url(../images/guangriP6.jpg) center no-repeat; background-size: cover; }
.guangriP6 .title{ text-align: center; position: relative; z-index: 1; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-weight: bold; padding-bottom: 0.25rem; }
.guangriP6 .title:after{ content: ''; position: absolute; left: 50%; bottom: 0; margin-left: -16px; width: 32px; height: 5px; background: #fff; border-radius: 4px; }
.guangriP6 .content{ position: relative; z-index: 1; font-size: 0.24rem; color: #fff; text-align: center; line-height: 0.48rem; padding: 0.4rem 0 0.75rem; font-family: light; }
.guangriP6 .midDiv{ margin: 0 auto; position: relative; z-index: 1; width: 12.0rem; height: 7.0rem; background: #000; border-radius: 0.16rem; }
.guangriP6 .qwer{ position: absolute; left: 2%; top: 3%; width: 96%; height:94%; background:#000;}
.guangriP6 .qwer video{ width: 100%; height:100%; object-fit: cover;}


















































































































